Skip to content

Commit bcec2bb

Browse files
izeyesnicoll
authored andcommitted
Add more indentation settings to .editorconfig
Closes spring-projectsgh-16203
1 parent fc3aa43 commit bcec2bb

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.editorconfig

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
root=true
22

3-
[*.java]
4-
indent_style = tab
5-
indent_size = 4
6-
continuation_indent_size = 8
7-
8-
[*.xml]
3+
[*.{groovy,java,kt,xml}]
94
indent_style = tab
105
indent_size = 4
116
continuation_indent_size = 8

0 commit comments

Comments
 (0)