plumageRender/external/toml/.editorconfig

14 lines
130 B
INI
Raw Permalink Normal View History

2024-04-18 18:26:07 +08:00
root = true
[*]
indent_style = space
[CMakeLists.txt]
indent_size = 4
[*.{c,h}*]
indent_size = 4
[*.{md,yml}]
indent_size = 2