Only apply editorconfig for certain files

Closes gh-8497
pull/8929/head
Stephane Nicoll 8 years ago
parent 758ddcd420
commit be3b5a9dc2

@ -1,3 +1,9 @@
[*] root=true
[*.java]
indent_style = tab indent_style = tab
indent_size = 4 indent_size = 4
[*.xml]
indent_style = tab
indent_size = 4

Loading…
Cancel
Save