toml11/.editorconfig

14 lines
130 B
INI
Raw Permalink Normal View History

root = true
[*]
indent_style = space
[CMakeLists.txt]
indent_size = 4
[*.{c,h}*]
indent_size = 4
[*.{md,yml}]
indent_size = 2