Skip to content

Commit

Permalink
chore: improve EditorConfig configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
abkieling committed Aug 23, 2018
1 parent 0339e07 commit 7a4e8f6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .editorconfig
@@ -1,10 +1,12 @@
root = true

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

[*.java]
indent_size = 4

0 comments on commit 7a4e8f6

Please sign in to comment.