23 lines
452 B
INI
Raw Normal View History

# EditorConfig for Spring Security
2021-10-07 12:52:17 +02:00
# see https://github.com/spring-projects/spring-security/blob/master/CONTRIBUTING.adoc#mind-the-whitespace
root = true
[*]
end_of_line = lf
2018-03-16 12:55:33 +01:00
trim_trailing_whitespace = true
insert_final_newline = true
2018-03-16 12:55:33 +01:00
max_line_length = 120
2019-03-22 10:40:05 +09:00
[*.{java,xml}]
2018-03-16 12:55:33 +01:00
indent_style = tab
indent_size = 4
2019-08-13 22:20:21 +02:00
charset = utf-8
2018-03-16 12:55:33 +01:00
continuation_indent_size = 8
ij_smart_tabs = false
ij_java_align_multiline_parameters = false
[*.gradle]
indent_style = tab