Change charset in .editorconfig to utf-8
This commit is contained in:
committed by
Marcus Hert Da Coregio
parent
46ed262503
commit
5ed2bd3fc6
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user