mirror of
https://bitbucket.org/skobkin/chrome_point_plus.git
synced 2024-11-23 18:56:04 +00:00
Merged in isqua/chrome_point_plus/editorconfig (pull request #27) Add editorconfig and replace all CRLF with LF
This commit is contained in:
commit
ffc6ce084b
12
.editorconfig
Normal file
12
.editorconfig
Normal 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
|
||||
|
Loading…
Reference in a new issue