2022-01-07 01:28:13 +00:00
|
|
|
# Editor configuration, see http://editorconfig.org
|
|
|
|
root = true
|
|
|
|
|
|
|
|
[*]
|
|
|
|
charset = utf-8
|
|
|
|
end_of_line = lf
|
|
|
|
indent_size = 2
|
2022-01-27 07:54:32 +00:00
|
|
|
indent_style = tab
|
2022-01-07 01:28:13 +00:00
|
|
|
trim_trailing_whitespace = true
|
|
|
|
|
2022-03-14 02:23:36 +00:00
|
|
|
[*.java]
|
|
|
|
ij_continuation_indent_size = 8
|
|
|
|
ij_java_align_multiline_parameters = false
|
|
|
|
ij_java_class_count_to_use_import_on_demand = 999
|
|
|
|
ij_java_imports_layout = $*,|,java.**,|,javax.**,|,org.**,|com.**,|*,|
|
|
|
|
ij_java_names_count_to_use_import_on_demand = 999
|
|
|
|
|
2022-01-07 01:28:13 +00:00
|
|
|
[*.md]
|
|
|
|
max_line_length = off
|
|
|
|
trim_trailing_whitespace = false
|
2022-01-27 07:54:32 +00:00
|
|
|
|
2022-01-27 11:08:03 +00:00
|
|
|
[{pom.xml, *.yml}]
|
2022-01-27 07:54:32 +00:00
|
|
|
indent_style = space
|
2022-09-24 18:51:28 +00:00
|
|
|
|
|
|
|
[Dockerfile]
|
|
|
|
indent_style = space
|
|
|
|
indent_size = 2
|