Skip to content

Commit 5ed2bd3

Browse files
quaffmarcusdacoregio
authored andcommitted
Change charset in .editorconfig to utf-8
1 parent 46ed262 commit 5ed2bd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.editorconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ max_line_length = 120
99
[*.java]
1010
indent_style = tab
1111
indent_size = 4
12-
charset = latin1
12+
charset = utf-8
1313
continuation_indent_size = 8
1414

1515
[*.xml]
1616
indent_style = tab
1717
indent_size = 4
18-
charset = latin1
18+
charset = utf-8
1919
continuation_indent_size = 8

0 commit comments

Comments
 (0)