Skip to content

Commit

Permalink
Add more indentation settings to .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
izeye authored and snicoll committed Mar 12, 2019
1 parent fc3aa43 commit bcec2bb
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit bcec2bb

Please sign in to comment.