1
0
Fork 0
mirror of https://github.com/akullpp/awesome-java.git synced 2025-02-17 15:55:19 -05:00
java/.editorconfig

11 lines
169 B
INI
Raw Permalink Normal View History

2018-05-31 13:42:37 +02: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 20:06:55 +02:00
max_line_length = off