Add .editorconfig file

pull/48/head
Graham 5 years ago
parent c04986cedb
commit b37feb0535
  1. 14
      .editorconfig
  2. 1
      .gitignore

@ -0,0 +1,14 @@
root = true
[*]
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true
max_line_length = 120
[*.java]
indent_style = tab
[*.xml]
indent_style = space
indent_size = 2

1
.gitignore vendored

@ -1,4 +1,5 @@
.*
!.editorconfig
!.git*
!.idea
!.mailmap

Loading…
Cancel
Save