Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Erhardt <eric.erhardt@microsoft.com>2020-04-30 17:54:26 +0300
committerGitHub <noreply@github.com>2020-04-30 17:54:26 +0300
commit0764d8c11760069056c3f2c4509644c161fce490 (patch)
tree7028f68e96c6e926f1676b59fb21919a2b74ac72 /.editorconfig
parentc494334c6d8505f8597a149c804a733220d959e5 (diff)
Set charset in editorconfig for .csproj (#35634)
* Add editorconfig charset for csproj files. This stops VS from inserting a BOM in these files. * Removing BOM from .csproj files.
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index 6c6dcb40761..bb9c61f6623 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -165,6 +165,9 @@ indent_brace_style = Allman
[*.{csproj,vbproj,vcxproj,vcxproj.filters,proj,nativeproj,locproj}]
indent_size = 2
+[*.{csproj,vbproj,proj,nativeproj,locproj}]
+charset = utf-8
+
# Xml build files
[*.builds]
indent_size = 2