Skip to content

The .editorconfig should be updated to support the code style options made available in VS2017 #20563

Closed
@tannergooding

Description

@tannergooding

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.

Metadata

Metadata

Assignees

Labels

area-Infrastructure-librariesenhancementProduct code improvement that does NOT require public API changes/additionshelp wanted[up-for-grabs] Good issue for external contributors

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions