From a38673f20b4d3aa601d9dfb72d983de2e6d98977 Mon Sep 17 00:00:00 2001 From: Sam Harwell Date: Thu, 18 May 2023 09:53:15 -0500 Subject: [PATCH] Set charset in .editorconfig to match expectations for this repository --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index 52e22ee838..554c76a0e2 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,6 +11,7 @@ indent_style = space # Code files [*.{cs,csx,vb,vbx}] indent_size = 4 +charset = utf-8-bom # Xml project files [*.{csproj,vbproj,vcxproj,vcxproj.filters,proj,projitems,shproj}]