From 83bc97461c03a9fa9f4f8493c8fd9f0171bcd80c Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Thu, 13 Nov 2025 08:43:23 +0800 Subject: [PATCH] chore(Encoding): use utf-8 encoding --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index df1badf8..b5f2409e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -88,6 +88,9 @@ indent_size = 4 indent_size = 4 end_of_line = lf +[*.csproj] +charset = utf-8 + ############################### # .NET Coding Conventions # ###############################