Add .editorconfig

This commit is contained in:
Vincent Hamm 2021-11-05 22:02:04 -07:00
parent 57229a8aa1
commit 5d87f9cf60
1 changed files with 14 additions and 0 deletions

14
.editorconfig Normal file
View File

@ -0,0 +1,14 @@
# http://editorconfig.org
root = true
[*]
tab_width = 4
[*.{c,h,cpp,hpp,cc,hh,inl,m,mm,rc}]
indent_style = space
indent_size = 4
[{CMakeLists.txt,*.cmake}]
indent_style = space
indent_size = 4