fix: cs files encoding being set as utf-8-bom

This commit is contained in:
2026-01-23 12:34:41 +03:00
parent 90e59802c6
commit 1a8f396766

View File

@@ -13,7 +13,7 @@ spelling_exclusion_path = SpellingExclusions.dic
[*.{cs,csx,vb,vbx}] [*.{cs,csx,vb,vbx}]
indent_size = 4 indent_size = 4
insert_final_newline = true insert_final_newline = true
charset = utf-8-bom charset = utf-8
# XML project files # XML project files
[*.{csproj,vbproj,vcxproj,vcxproj.filters,proj,projitems,shproj}] [*.{csproj,vbproj,vcxproj,vcxproj.filters,proj,projitems,shproj}]