From 10306d39c21e796a170418de31b1fd9b6620bad3 Mon Sep 17 00:00:00 2001 From: Alex Chow Date: Mon, 25 Apr 2022 16:57:21 +0200 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E7=A8=8B=E9=BB=98=E8=AE=A4=E4=BF=9D?= =?UTF-8?q?=E5=AD=98=E7=BC=96=E7=A0=81=E4=B8=BA=20Encoding.UTF8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .editorconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.editorconfig b/.editorconfig index fb91a23f..3fe3324c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,3 +8,5 @@ dotnet_diagnostic.CS0649.severity = none # CS8618: 在退出构造函数时,不可为 null 的字段必须包含非 null 值。请考虑声明为可以为 null。 dotnet_diagnostic.CS8618.severity = none + +charset = utf-8-bom \ No newline at end of file