remove invalid quotes from editorconfig
This commit is contained in:
parent
c887378476
commit
db133d68d8
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
root = true
|
root = true
|
||||||
|
|
||||||
[*]
|
[*]
|
||||||
charset = "utf-8"
|
charset = utf-8
|
||||||
end_of_line = "lf"
|
end_of_line = lf
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue