Skip to content

Commit

Permalink
Improve EditorConfig file
Browse files Browse the repository at this point in the history
  • Loading branch information
vpavic authored and rwinch committed Mar 16, 2018
1 parent 3a740ad commit b640d84
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions .editorconfig
@@ -1,17 +1,22 @@
# EditorConfig for Spring Security
# see https://github.com/spring-projects/spring-security/blob/master/CONTRIBUTING.md#mind-the-whitespace

# top-most EditorConfig file
root = true

# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
charset = latin1
max_line_length = 120

# 4 tabs indentation
[*.java]
indent_style = tab
tab_width = 4
indent_size = 4
charset = latin1
continuation_indent_size = 8

trim_trailing_whitespace = true
[*.xml]
indent_style = tab
indent_size = 4
charset = latin1
continuation_indent_size = 8

0 comments on commit b640d84

Please sign in to comment.