-
Notifications
You must be signed in to change notification settings - Fork 59
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Coding style #165
Comments
I guess I can export what I have set to the file. Then we can be on the same settings. And I guess you guys can tweak it if needed. |
Sounds fair. |
#167 contains ‘editorconfig’ file. I’m closing this issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To keep the same formatting across the entire project and multiple users project can use
.editorconfig
file. I never worked with Clnag Tidy file but looks similar.editorconfig
can define code style settings which will be associated with a codebase rather than a Visual Studio personal account. To read more more about code styles in VS 2017 follow this linkReSharper is also able to work with defined
.editorconfig
file. But it looks like ReSharper have broader range of checks than default config file.Choices are:
editorconfig
is included in project but it replaces checks done by ReSharperLet me know what do you think.
Related #98
The text was updated successfully, but these errors were encountered: