Merge remote-tracking branch 'sagiegurari/master'

This commit is contained in:
Thaddee Tyl 2015-11-09 16:46:21 +01:00
commit 6cf46ec712

12
.editorconfig Normal file
View File

@ -0,0 +1,12 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
[*.{js,json,html,css}]
charset = utf-8
indent_size = 2