jetlinks-community/.editorconfig

13 lines
174 B
INI
Raw Permalink Normal View History

2020-01-14 03:25:37 +00:00
root = true
[*]
charset = utf-8
2020-06-03 01:37:53 +00:00
end_of_line = lf
2020-01-14 03:25:37 +00:00
[*.java]
indent_style = space
indent_size = tab
tab_width = 4
trim_trailing_whitespace = true
insert_final_newline = false