We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c94f46 commit dacab23Copy full SHA for dacab23
.editorconfig
@@ -3,19 +3,19 @@ root = true
3
[*]
4
charset = utf-8
5
end_of_line = lf
6
-indent_size = 4
7
-indent_style = tab
8
insert_final_newline = true
9
max_line_length = 100
10
-tab_width = 4
11
-ij_continuation_indent_size = 4
12
# ij_formatter_off_tag = @formatter:off
13
# ij_formatter_on_tag = @formatter:on
14
# ij_formatter_tags_enabled = false
15
# ij_smart_tabs = false
16
# ij_wrap_on_typing = false
17
18
[*.java]
+indent_size = 4
+indent_style = space
+tab_width = 4
+ij_continuation_indent_size = 8
19
# ij_java_align_consecutive_assignments = false
20
# ij_java_align_consecutive_variable_declarations = false
21
# ij_java_align_group_field_declarations = false
0 commit comments