Skip to content

Commit 3e4235d

Browse files
Fix continuation_indent_size in .editorconfig
The new spring-javaformat changed this so .editorconfig should follow. Closes gh-3684
1 parent 4751c06 commit 3e4235d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ insert_final_newline = true
66
[*.java]
77
indent_style = space
88
indent_size = 4
9-
continuation_indent_size = 8
9+
continuation_indent_size = 4
1010
ij_java_imports_layout = *,|,javax.**,java.**,|,$*
1111
ij_java_class_count_to_use_import_on_demand = 5
1212
ij_java_names_count_to_use_import_on_demand = 3

0 commit comments

Comments
 (0)