Remove UTF-8 BOM from all files (#11821)

As VS 2022 doesn't seem to store files with UTF-8 BOM as often anymore, we've
been getting more and more pull requests which seemingly randomly change files.
This cleans the situation up by removing the BOM from all files that have one.
Additionally, `Host.Tests.Feature.rc` was converted from UTF-16 to UTF-8.
This commit is contained in:
Leonard Hecker
2021-11-29 19:54:35 +01:00
committed by GitHub
parent f2386de422
commit ddae2a1d49
304 changed files with 303 additions and 303 deletions

View File

@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Concurrent;
using System.Diagnostics;
using System.IO;