add editorconfig (from vim)

This commit is contained in:
Matias Alejo Garcia 2015-03-02 09:46:18 -03:00
parent 06a5f3ba24
commit 2bd5aa97f2
1 changed files with 17 additions and 0 deletions

17
.editorconfig Normal file
View File

@ -0,0 +1,17 @@
; .editorconfig
root = true
[**.js]
indent_style = space
indent_size = 2
[**.css]
indent_style = space
indent_size = 2
[**.html]
indent_style = space
indent_size = 2
max_char = 78
brace_style = expand