This repository has been archived on 2022-02-10. You can view files and clone it, but cannot push or open issues or pull requests.
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