You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, we don't have a good way to enforce this (aside from manual code reviews and occasionally running https://github.com/dotnet/codeformatter) when users have their VS options configured away from the defaults.
VS2017 added support for specifying a majority of these options via the .editorconfig file:
Currently we have a set of code style guidelines here: https://github.com/dotnet/corefx/blob/master/Documentation/coding-guidelines/coding-style.md.
However, we don't have a good way to enforce this (aside from manual code reviews and occasionally running https://github.com/dotnet/codeformatter) when users have their VS options configured away from the defaults.
VS2017 added support for specifying a majority of these options via the
.editorconfig
file:We should update the repositories
.editorconfig
to have a set of style options matching those specified in our coding-style documentation.The text was updated successfully, but these errors were encountered: