Epple-II/.editorconfig
Christopher A. Mosher db7b722eea add editorconfig
2022-11-02 23:41:41 -04:00

16 lines
204 B
INI

root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[Makefile]
indent_style = tab
[*.yaml]
indent_size = 2