Files
Commonwealth-Online-Public/plugin/lib/commonlibf4/.editorconfig
T
2026-05-30 18:33:24 +12:00

16 lines
203 B
INI

[*]
charset = utf-8
insert_final_newline = true
[*.{h,hpp,hxx,c,cpp,cxx}]
indent_style = tab
indent_size = 4
[*.cmake]
indent_style = tab
indent_size = 4
[*.json]
indent_style = space
indent_size = 2