Add .editorconfig.

This commit is contained in:
Brent Simmons 2017-05-21 11:02:12 -07:00
parent ff104c1544
commit 7f00940f79
1 changed files with 5 additions and 0 deletions

5
.editorconfig Normal file
View File

@ -0,0 +1,5 @@
root = true
[*.{swift,m,h,c}]
indent_style = tab
indent_size = 4