Merge pull request #517 from CatTail/master

Add editorconfig
This commit is contained in:
Yiyu He
2014-11-25 11:41:48 +08:00

10
.editorconfig Normal file
View File

@@ -0,0 +1,10 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.{js,py}]
charset = utf-8
indent_style = space
indent_size = 2