Add editorconfig

This commit is contained in:
syuilo 2017-01-15 08:11:49 +09:00
parent 8c7a8d9b25
commit bb3793acd4

10
.editorconfig Normal file
View File

@ -0,0 +1,10 @@
root = true
[*]
indent_style = tab
indent_size = 2
charset = utf-8
insert_final_newline = true
[*.json]
indent_style = space