clixon/.editorconfig
Phil Heller cdd61a9873 Improve .editorconfig
- 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
2022-09-30 11:18:23 -06:00

5 lines
60 B
INI

root = true
[*.{c,h}]
indent_size = 4
indent_style = space