Browse Source

Merge pull request #16203 from izeye

* pr/16203:
  Add more indentation settings to .editorconfig
pull/16247/head
Stephane Nicoll 7 years ago
parent
commit
1e2177d45d
  1. 7
      .editorconfig

7
.editorconfig

@ -1,11 +1,6 @@ @@ -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

Loading…
Cancel
Save