1
0
Fork 0
mirror of https://github.com/akullpp/awesome-java.git synced 2024-11-20 11:28:01 -05:00
java/.editorconfig

11 lines
169 B
INI
Raw Normal View History

2018-05-31 07:42:37 -04:00
root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
2022-08-31 14:06:55 -04:00
max_line_length = off