Skip to content

Commit 18576e3

Browse files
authored
.editorconfig: Set charset for all files to UTF-8
Closes GH-620.
1 parent 2a01e8d commit 18576e3

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

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

78
[*.yaml]
8-
charset = utf-8
99
indent_size = 2
1010
indent_style = space
1111

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

0 commit comments

Comments
 (0)