mirror of https://github.com/yaz0r/FITD.git
Add .editorconfig
This commit is contained in:
parent
57229a8aa1
commit
5d87f9cf60
|
@ -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
|
Loading…
Reference in New Issue