toml/tomlc99/.editorconfig

15 lines
190 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}]
2021-12-26 07:42:50 +00:00
indent_style = space
indent_size = 2
2020-06-17 22:43:36 +00:00
[Makefile]
indent_style = tab
indent_size = 4