Only apply editorconfig for certain files

Closes gh-8497
This commit is contained in:
Stephane Nicoll 2017-04-12 10:22:32 +02:00
parent 758ddcd420
commit be3b5a9dc2

View File

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