How To Restore Default Code Style Setteing?
Answered
I did some "bad things" to my C# code style. I tried to delete the .Rider2019.1 folder but it seems that my Rider "remembers" the code style settings in "somewhere". How can I restore a clean/default code style?
Please sign in to leave a comment.
Hello!
Generally, go to `File > Settings > Manage layers`, choose the layer that you changed and click `Reset layer`.
Please, follow this article to get more information about settings layers and their management.
Helped me as well a lot, thank you.