From b964850ad70f88590d68365a153c630fedb1c98c Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Wed, 10 Dec 2025 09:52:43 +0800 Subject: [PATCH] chore(editorconfig): remove csproj encoding config (#7283) --- .editorconfig | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.editorconfig b/.editorconfig index 2cb25de25..17e8259f2 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,10 +8,6 @@ trim_trailing_whitespace = true insert_final_newline = true spelling_exclusion_path = .\exclusion.dic -[*.csproj] -charset = utf-8 -insert_final_newline = true - [*.{xml,config,csproj,nuspec,props,resx,targets,yml,tasks,json}] indent_size = 2