fortuna/.editorconfig

26 lines
309 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
[*.{cpp,h,hpp}]
indent_size = 4
tab_width = 4
indent_style = tab
[*.starlark]
indent_size = 4
tab_width = 4
indent_style = tab
[Makefile]
indent_style = tab
indent_size = 4
tab_width = 4
[CMakeLists.txt]
indent_style = space
indent_size = 2
tab_width = 2