r0c/.editorconfig

16 lines
243 B
INI
Raw Normal View History

2018-01-07 20:10:33 +00:00
root = true
[*]
charset = utf-8
indent_size = 4
trim_trailing_whitespace = false
insert_final_newline = true
end_of_line = lf
[.*]
charset = utf-8
indent_size = 4
trim_trailing_whitespace = false
insert_final_newline = true
end_of_line = lf