Merge pull request #16203 from izeye

* pr/16203:
  Add more indentation settings to .editorconfig
This commit is contained in:
Stephane Nicoll
2019-03-12 09:16:30 +01:00

View File

@@ -1,11 +1,6 @@
root=true
[*.java]
indent_style = tab
indent_size = 4
continuation_indent_size = 8
[*.xml]
[*.{groovy,java,kt,xml}]
indent_style = tab
indent_size = 4
continuation_indent_size = 8