testrepo/.editorconfig

25 lines
393 B
INI
Raw Normal View History

2024-09-26 05:39:35 +00:00
root = true
[*]
indent_style = space
indent_size = 4
tab_width = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.java]
max_line_length = 120
2024-09-29 13:59:16 +00:00
ij_java_class_brace_style = next_line
ij_java_method_brace_style = next_line
ij_java_block_brace_style = next_line
2024-09-26 05:39:35 +00:00
[*.xml]
2024-10-02 11:24:29 +00:00
indent_size = 4
tab_width = 4
2024-09-26 05:39:35 +00:00
[*.properties]
2024-10-02 11:24:29 +00:00
indent_size = 4
tab_width = 4