How to turn off rider-specific code formatting?
I want to turn off code formatting options specific to Rider but keep the formatting provided my my projects editorconfig so that it is the same across editors. Thank you.
Please sign in to leave a comment.
Hello 21f3001769
Thank you for reaching Rider Forum.
In C#, you can disable the JetBrains Rider formatter using EditorConfig masks that have
disable_formatter=true
More in our documentation.