- added root spec to prevent editorconfig from recursing to ancestor of project root - constrain formatting to .c and .h files - tested with Visual Studio Code 1.67.2
5 lines
60 B
INI
5 lines
60 B
INI
root = true
|
|
|
|
[*.{c,h}]
|
|
indent_size = 4
|
|
indent_style = space
|