Skip to content

Commit 1e2177d

Browse files
committed
Merge pull request #16203 from izeye
* pr/16203: Add more indentation settings to .editorconfig
2 parents fc3aa43 + bcec2bb commit 1e2177d

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.editorconfig

Lines changed: 1 addition & 6 deletions
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)