Browse Source

adds .editorconfig

pull/41/head
Spencer Gibb 8 years ago
parent
commit
bd4ad702e0
No known key found for this signature in database
GPG Key ID: 7788A47380690861
  1. 12
      .editorconfig

12
.editorconfig

@ -0,0 +1,12 @@ @@ -0,0 +1,12 @@
root=true
[*.java]
indent_style = tab
indent_size = 4
continuation_indent_size = 8
[*.xml]
indent_style = tab
indent_size = 4
continuation_indent_size = 8
Loading…
Cancel
Save