Skip to content

Commit

Permalink
spring-projects#96 change EditorConfig in order to impact other files…
Browse files Browse the repository at this point in the history
… than Java and XML (i.e.. jsp and html pages)
  • Loading branch information
arey committed Oct 16, 2015
1 parent 295574f commit 81fac33
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# top-most EditorConfig file
root = true

[*.{java,xml}]
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space

[*.{java,xml}]
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true

0 comments on commit 81fac33

Please sign in to comment.