fix: cs files encoding being set as utf-8-bom
This commit is contained in:
@@ -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}]
|
||||
|
||||
Reference in New Issue
Block a user