-
Notifications
You must be signed in to change notification settings - Fork 3
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
Apply Stylecorp rules to Resharper #145
Comments
This is a (very long example) from an .editorconfig file that we used in another project. My experience has shown that resharper can detect rules from .editorconfig directly and apply those to the IDE (VS with resharper or Rider). I would like to have a consistent experience when I am writing code. Currently for example, when we skip brackets after an if clause, resharper warns us that those should not be skipped. Then I apply resharper's suggestion and bring those back. Then I apply silent code cleanup and the brackets are removed again. And on top we have eclint which may also behave differently (did not check). I hope this helps to get the discussion started :)
|
I do not want to define coding rules for C# at two different locations (StyleCop and .editorconfig). Can't we disable code styling in Resharper at all or point it to StyleCop? |
The text was updated successfully, but these errors were encountered: