We've noticed that for some users Azure DevOps in Pull Requests shows that encoding changes "utf-8 -> Windows-1252" (tooltip File encoding changed from utf-8 to Windows-1252
). It happens only for few users and for some files.
In .editorconfig we have:
[*.cs]charset = utf-8
So it's strange it isn't applied.
Do you know how to stop this incorrect encoding change (or detection)?Is it Visual Studio or Azure DevOps bug?