Add a root .editorconfig
This commit is contained in:
parent
f0f2c5bbe3
commit
63e10a6241
|
@ -0,0 +1,13 @@
|
|||
root = true
|
||||
|
||||
[*.h]
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
|
||||
[*.m]
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
|
||||
[*.lua]
|
||||
indent_style = space
|
||||
indent_size = 2
|
Loading…
Reference in New Issue