dotnet / format

Home for the dotnet-format command

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

File encoding on auto-generated files

dnperfors opened this issue · comments

dotnet format checks the file encoding as it is set in .editorconfig

We found out that auto generated files are not checked and fixed. (Files starting with // <auto-generated>)
When saving the file inside VisualStudio, the encoding is changed to how it is configured in .editorconfig.