You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
438 B
22 lines
438 B
# 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 |
|
trim_trailing_whitespace = true |
|
insert_final_newline = true |
|
max_line_length = 120 |
|
|
|
[*.java] |
|
indent_style = tab |
|
indent_size = 4 |
|
charset = latin1 |
|
continuation_indent_size = 8 |
|
|
|
[*.xml] |
|
indent_style = tab |
|
indent_size = 4 |
|
charset = latin1 |
|
continuation_indent_size = 8
|
|
|