spring-session/.editorconfig
2023-09-01 15:09:51 -03:00

20 lines
295 B
INI

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 = utf-8
continuation_indent_size = 8
[*.xml]
indent_style = tab
indent_size = 4
charset = utf-8
continuation_indent_size = 8