editorconfig: fix typo

This commit is contained in:
Sage Hane 2023-05-02 15:25:15 +02:00 committed by Isaac Freund
parent b369815070
commit 5de9bf846b

View File

@ -1,7 +1,7 @@
root = true root = true
[*] [*]
charset = utf8 charset = utf-8
end_of_line = lf end_of_line = lf
insert_final_newline = true insert_final_newline = true
trim_trailing_whitespace = true trim_trailing_whitespace = true