Skip to content

Commit 6fd0bd2

Browse files
michallencxiaoxiang781216
authored andcommitted
.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 <[email protected]>
1 parent 6e7cfed commit 6fd0bd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
root = true
33

44
[*]
5-
encoding = utf-8
5+
charset = utf-8
66
end_of_line = lf
77
insert_final_newline = true
88
trim_trailing_whitespace = true

0 commit comments

Comments
 (0)