- 增加字符集,设定为 utf-8
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
root=true
|
root=true
|
||||||
|
|
||||||
|
# TODO 不是所有文件都是 UTF-8 格式(会影响二进制文件)
|
||||||
|
[*]
|
||||||
|
charset = utf-8
|
||||||
|
|
||||||
[*.java]
|
[*.java]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
|
|||||||
Reference in New Issue
Block a user