Merged in isqua/chrome_point_plus/editorconfig (pull request #27) Add editorconfig and replace all CRLF with LF

This commit is contained in:
Alexey Skobkin 2015-01-08 22:28:13 +03:00
commit ffc6ce084b
8 changed files with 1632 additions and 1620 deletions

12
.editorconfig Normal file
View File

@ -0,0 +1,12 @@
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
[{package.json,bower.json}]
indent_size = 2