Skip to content

Commit 43b8df8

Browse files
committed
Enhancement: Set charset for all files to UTF-8
1 parent fe57ff9 commit 43b8df8

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
@@ -1,10 +1,10 @@
11
root = true
22

33
[*]
4+
charset = utf-8
45
insert_final_newline = true
56

67
[*.yaml]
7-
charset = utf-8
88
indent_size = 2
99
indent_style = space
1010
trim_trailing_whitespace = true

0 commit comments

Comments
 (0)