chrono-lc/.editorconfig
Alessandro Pellizzari 7445bea0f7 First version
2018-12-02 13:38:33 +00:00

11 lines
158 B
INI

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