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 07:55:33 -04:00
trim_trailing_whitespace = true
insert_final_newline = true
2018-03-16 07:55:33 -04:00
max_line_length = 120
2019-03-21 21:40:05 -04:00
[*.{java,xml}]
2018-03-16 07:55:33 -04:00
indent_style = tab
indent_size = 4
charset = latin1
continuation_indent_size = 8