We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19ea57e commit 26a52e3Copy full SHA for 26a52e3
2 files changed
.editorconfig
@@ -160,6 +160,7 @@ csharp_style_prefer_readonly_struct = true:suggestion
160
csharp_style_prefer_readonly_struct_member = true:suggestion
161
162
[*.{csproj,props}]
163
+charset = utf-8-bom
164
indent_size = 2
165
166
[*.md]
WindowTranslator/WindowTranslator.csproj
@@ -1,4 +1,4 @@
1
-<?xml version="1.0" encoding="utf-16"?><Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
<TargetFramework>net10.0-windows10.0.20348.0</TargetFramework>
0 commit comments