Skip to content

Commit be3b5a9

Browse files
committed
Only apply editorconfig for certain files
Closes gh-8497
1 parent 758ddcd commit be3b5a9

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.editorconfig

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1-
[*]
1+
root=true
2+
3+
[*.java]
24
indent_style = tab
3-
indent_size = 4
5+
indent_size = 4
6+
7+
[*.xml]
8+
indent_style = tab
9+
indent_size = 4

0 commit comments

Comments
 (0)