From 0cc904bcbb4ddebd07d1103de5ab5fcdcc4d4ed1 Mon Sep 17 00:00:00 2001 From: zpc Date: Fri, 19 Jul 2024 00:47:07 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E4=BB=A3=E7=A0=81=E6=B8=85?= =?UTF-8?q?=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin-server/.editorconfig | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/admin-server/.editorconfig b/admin-server/.editorconfig index f822c3f..173e8ce 100644 --- a/admin-server/.editorconfig +++ b/admin-server/.editorconfig @@ -1,4 +1,7 @@ -[*.cs] +root = true + +[*.cs] +charset = utf-8 #设置文件字符集为utf-8,在 Linux 系统中,通常推荐使用 UTF-8 而不是 UTF-8 with BOM。添加 BOM 可能会干扰那些不期望在文件开头出现非 ASCII 字节的软件对 UTF-8 的使用。 # IDE0058: 永远不会使用表达式值 csharp_style_unused_value_expression_statement_preference = unused_local_variable