Change charset in .editorconfig to utf-8

This commit is contained in:
Yanming Zhou 2023-08-01 08:52:42 +08:00 committed by Marcus Hert Da Coregio
parent 46ed262503
commit 5ed2bd3fc6

View File

@ -9,11 +9,11 @@ max_line_length = 120
[*.java]
indent_style = tab
indent_size = 4
charset = latin1
charset = utf-8
continuation_indent_size = 8
[*.xml]
indent_style = tab
indent_size = 4
charset = latin1
charset = utf-8
continuation_indent_size = 8