From 43935d3e1e768d25f01abc2b2f97af1424a751ae Mon Sep 17 00:00:00 2001 From: cherishsince Date: Fri, 8 May 2020 11:02:24 +0800 Subject: [PATCH] =?UTF-8?q?-=20=E5=A2=9E=E5=8A=A0=E5=AD=97=E7=AC=A6?= =?UTF-8?q?=E9=9B=86=EF=BC=8C=E8=AE=BE=E5=AE=9A=E4=B8=BA=20utf-8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index d1989d440..4febab2f1 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,5 +1,9 @@ root=true +# TODO 不是所有文件都是 UTF-8 格式(会影响二进制文件) +[*] +charset = utf-8 + [*.java] indent_style = space indent_size = 4