Use UTF-8 for Java sources and XML

This commit is contained in:
Lars Grefer
2019-08-13 22:20:21 +02:00
committed by Rob Winch
parent 1048601f3d
commit cb4f3d2f44
10 changed files with 10 additions and 10 deletions

View File

@@ -12,7 +12,7 @@ max_line_length = 120
[*.{java,xml}]
indent_style = tab
indent_size = 4
charset = latin1
charset = utf-8
continuation_indent_size = 8
ij_smart_tabs = false