add end_of_line = lf to editorconfig
This commit is contained in:
parent
83cd3bef92
commit
a49f746700
@ -5,6 +5,7 @@ insert_final_newline = true
|
|||||||
charset = utf-8
|
charset = utf-8
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
|
end_of_line = lf
|
||||||
|
|
||||||
[*.{js,json}]
|
[*.{js,json}]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user