- Notifications
You must be signed in to change notification settings - Fork752
Add .editorconfig#313
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Visual Studio 2017 has built-in editorconfig support.https://docs.microsoft.com/en-us/visualstudio/ide/editorconfig-code-style-settings-referencehttps://github.com/dotnet/roslyn/blob/master/.editorconfighttps://github.com/dotnet/coreclr/blob/master/.editorconfighttps://github.com/dotnet/corefx/blob/master/.editorconfig
@vmuriart is there anything that needs to be changed in project or solution files with VS 2017? |
@denfromufa not really. The solution keeps trying to update itself to 2017 version (just updates the version number) and that's it. |
vs2017 is adding alot of options for codestyle but it's still in its early stages. https://blogs.msdn.microsoft.com/dotnet/2016/12/15/code-style-configuration-in-the-vs2017-rc-update/ |
We previously discussed adding .editorconfig during thewhitespace cleanup and itspr.
Visual Studio 2017 is coming with built-in editorconfig support.
Resources
https://docs.microsoft.com/en-us/visualstudio/ide/editorconfig-code-style-settings-reference
https://github.com/dotnet/roslyn/blob/master/.editorconfig
https://github.com/dotnet/coreclr/blob/master/.editorconfig
https://github.com/dotnet/corefx/blob/master/.editorconfig