kana/.editorconfig

11 lines
153 B
INI
Raw Permalink Normal View History

root = true
[src/**]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = space
2018-11-04 20:50:43 +00:00
indent_size = 2
trim_trailing_whitespace = true