Skip to content

Commit

Permalink
cleaning up editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesdbloom committed Jan 19, 2018
1 parent d701137 commit 6427533
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .editorconfig
@@ -1,6 +1,9 @@
root = true

[*]
charset=utf-8
end_of_line=lf
insert_final_newline=true
indent_style=space
indent_size=4
charset = utf-8

[*.java]
indent_style = space
indent_size = 4
trim_trailing_whitespace = true

0 comments on commit 6427533

Please sign in to comment.