JetBrains Rider 2018.1 Help

Code Style and Cleanup

JetBrains Rider provides a lot of features for keeping your code neat and clean. Being tightly interwoven with the majority of other JetBrains Rider's features, they help you produce code and change existing codebases according to the specific code style. The code style, which includes naming standards, formatting rules, file layout, file header style, and many other tiny aspects (such as order of modifiers or whether to use the 'var' keyword) can be configured to a very detailed level and shared across your team.

JetBrains Rider uses different approaches to deal with different aspects of the code style. For instance:

You can refer to specific topics in this section to learn how exactly JetBrains Rider deals with the corresponding code style aspects.

Last modified: 20 August 2018

See Also