Skip to content

Commit 365a8d7

Browse files
committed
Enhancement: Set charset for all files to UTF-8
1 parent e45bf2b commit 365a8d7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.editorconfig

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
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
1111

1212
[Makefile]
13-
charset = utf-8
1413
indent_size = 4
1514
indent_style = tab
1615
trim_trailing_whitespace = true

0 commit comments

Comments
 (0)