tweak editorconfig preferences
This commit is contained in:
parent
2de9985a34
commit
ab1e91a221
1 changed files with 7 additions and 5 deletions
|
|
@ -1,8 +1,10 @@
|
||||||
# EditorConfig helps developers define and maintain consistent
|
root = true
|
||||||
# coding styles between different editors and IDEs
|
|
||||||
# editorconfig.org
|
[*]
|
||||||
|
charset = utf-8
|
||||||
|
|
||||||
[*.js]
|
[*.js]
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
indent_size = 2
|
trim_trailing_whitespace = true
|
||||||
trim_trailing_whitespace = false
|
insert_final_newline = true
|
||||||
|
end_of_line = crlf
|
||||||
Loading…
Add table
Add a link
Reference in a new issue