Skip to content

Commit

Permalink
Add .editorconfig and editorconfig-maven-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ppalaga committed Feb 28, 2018
1 parent c8ac677 commit 6f56a8e
Show file tree
Hide file tree
Showing 2 changed files with 215 additions and 183 deletions.
9 changes: 9 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
root = true

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

0 comments on commit 6f56a8e

Please sign in to comment.