2016-04-24 16:08:28 -04:00
|
|
|
# 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
|
2016-04-24 16:08:28 -04:00
|
|
|
insert_final_newline = true
|
2018-03-16 07:55:33 -04:00
|
|
|
max_line_length = 120
|
2016-04-24 16:08:28 -04:00
|
|
|
|
2019-03-21 21:40:05 -04:00
|
|
|
[*.{java,xml}]
|
2018-03-16 07:55:33 -04:00
|
|
|
indent_style = tab
|
|
|
|
indent_size = 4
|
2019-08-13 16:20:21 -04:00
|
|
|
charset = utf-8
|
2018-03-16 07:55:33 -04:00
|
|
|
continuation_indent_size = 8
|
2019-08-12 16:54:30 -04:00
|
|
|
|
|
|
|
ij_smart_tabs = false
|
|
|
|
ij_java_align_multiline_parameters = false
|
|
|
|
|
|
|
|
[*.gradle]
|
|
|
|
indent_style = tab
|