From 1a8f396766211ef4345fe521ec601c53d81d5caf Mon Sep 17 00:00:00 2001 From: Syntriax Date: Fri, 23 Jan 2026 12:34:41 +0300 Subject: [PATCH] fix: cs files encoding being set as utf-8-bom --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index b314c0c..4803563 100644 --- a/.editorconfig +++ b/.editorconfig @@ -13,7 +13,7 @@ spelling_exclusion_path = SpellingExclusions.dic [*.{cs,csx,vb,vbx}] indent_size = 4 insert_final_newline = true -charset = utf-8-bom +charset = utf-8 # XML project files [*.{csproj,vbproj,vcxproj,vcxproj.filters,proj,projitems,shproj}]