1
0
mirror of synced 2026-05-22 21:33:16 +00:00
Files
spring-security/.editorconfig
T

23 lines
438 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
2018-03-16 12:55:33 +01:00
[*.java]
2016-04-24 22:08:28 +02:00
indent_style = tab
2018-03-16 12:55:33 +01:00
indent_size = 4
charset = latin1
continuation_indent_size = 8
2016-04-24 22:08:28 +02:00
2018-03-16 12:55:33 +01:00
[*.xml]
indent_style = tab
indent_size = 4
charset = latin1
continuation_indent_size = 8