spring-security/.editorconfig

17 lines
354 B
INI
Raw Normal View History

# EditorConfig for Spring Security
# see https://github.com/spring-projects/spring-security/blob/master/CONTRIBUTING.md#mind-the-whitespace
root = true
[*]
end_of_line = lf
2018-03-16 19:55:33 +08:00
trim_trailing_whitespace = true
insert_final_newline = true
2018-03-16 19:55:33 +08:00
max_line_length = 120
2019-03-22 09:40:05 +08:00
[*.{java,xml}]
2018-03-16 19:55:33 +08:00
indent_style = tab
indent_size = 4
charset = latin1
continuation_indent_size = 8