Files
Matt Ehrnschwender b9a8d2efc7 chore: refactor editorconfig
Change root indentation for C/C++ but keep current indentation in
examples
2026-01-28 23:09:29 -05:00

21 lines
271 B
INI

root = true
[*]
insert_final_newline = true
trim_trailing_whitespace = true
[*.rs]
indent_size = 4
indent_style = space
[*.{c,h,cpp,hpp}]
indent_size = 2
indent_style = space
[*.{toml,def,yaml,yml}]
indent_size = 2
indent_style = space
[Makefile]
indent_style = tab