toml/.editorconfig
2020-06-17 17:43:36 -05:00

15 lines
188 B
INI

root = true
[*]
end_of_line = lf
insert_final_newline = false
trim_trailing_whitespace = true
[*.{c,h}]
indent_style = tab
indent_size = 4
[Makefile]
indent_style = tab
indent_size = 4