RED4ext.Example.VisualStudio/.editorconfig
2022-07-19 22:54:39 +02:00

18 lines
224 B
INI

root = true
[*]
charset = utf-8
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.{c,h,cpp,hpp}]
indent_size = 4
[*.{md,yml}]
indent_size = 2
[{CMakeLists.txt,*.cmake}]
indent_size = 2