Add a root .editorconfig

This commit is contained in:
Akinori MUSHA 2017-04-25 17:36:52 +09:00
parent f0f2c5bbe3
commit 63e10a6241
1 changed files with 13 additions and 0 deletions

13
.editorconfig Normal file
View File

@ -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