mirror of
https://github.com/MEhrn00/boflink
synced 2026-06-08 11:36:57 +00:00
b9a8d2efc7
Change root indentation for C/C++ but keep current indentation in examples
21 lines
271 B
INI
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
|