.editorconfig: fix character encoding property specification

The property should be named charset, not encoding, according
to editorconfig documentation.

https://editorconfig.org/#supported-properties

Signed-off-by: Michal Lenc <michallenc@seznam.cz>
This commit is contained in:
Michal Lenc
2025-11-28 08:58:17 +01:00
committed by Xiang Xiao
parent 6e7cfed8a1
commit 6fd0bd21be

View File

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