remove invalid quotes from editorconfig

This commit is contained in:
deneb 2024-02-11 17:26:33 +01:00
parent c887378476
commit db133d68d8

View file

@ -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