chrono-lc/.editorconfig

12 lines
158 B
INI
Raw Normal View History

2018-12-02 13:38:33 +00:00
root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = tab
[{*.yaml,*.yml, *.md}]
indent_style = space
indent_size = 2