Skip to content

Commit dacab23

Browse files
aljoschazentol
authored andcommitted
[FLINK-20651] Update .editorconfig to match google-java-format
1 parent 2c94f46 commit dacab23

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.editorconfig

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@ root = true
33
[*]
44
charset = utf-8
55
end_of_line = lf
6-
indent_size = 4
7-
indent_style = tab
86
insert_final_newline = true
97
max_line_length = 100
10-
tab_width = 4
11-
ij_continuation_indent_size = 4
128
# ij_formatter_off_tag = @formatter:off
139
# ij_formatter_on_tag = @formatter:on
1410
# ij_formatter_tags_enabled = false
1511
# ij_smart_tabs = false
1612
# ij_wrap_on_typing = false
1713

1814
[*.java]
15+
indent_size = 4
16+
indent_style = space
17+
tab_width = 4
18+
ij_continuation_indent_size = 8
1919
# ij_java_align_consecutive_assignments = false
2020
# ij_java_align_consecutive_variable_declarations = false
2121
# ij_java_align_group_field_declarations = false

0 commit comments

Comments
 (0)