toml/.editorconfig

15 lines
188 B
INI
Raw Normal View History

2020-06-17 22:43:36 +00:00
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