1
0
mirror of synced 2026-05-22 13:23:17 +00:00
Files
spring-security/.editorconfig
T

23 lines
450 B
INI
Raw Normal View History

2016-04-24 22:08:28 +02: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 12:55:33 +01:00
trim_trailing_whitespace = true
2016-04-24 22:08:28 +02:00
insert_final_newline = true
2018-03-16 12:55:33 +01:00
max_line_length = 120
2016-04-24 22:08:28 +02:00
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