[go: up one dir, main page]

Menu

[21007e]: / .editorconfig  Maximize  Restore  History

Download this file

10 lines (8 with data), 166 Bytes

1
2
3
4
5
6
7
8
9
root = true
[*.{java,prop}]
charset = utf-8
end_of_line = crlf
insert_final_newline = true
trim_trailing_whitespace = false
max_line_length = 200
indent_style = tab