Skip to content

Latest commit

History

History
13 lines (7 loc) 路 669 Bytes

style-guidelines.md

File metadata and controls

13 lines (7 loc) 路 669 Bytes

Coding Guidelines

Coding Style

For all our style needs we are using an .editorconfig file.

It's recommended to use a Format On Save extension on your IDE of choice so we avoid styling feedback noise on pull requests.

We don't use the .resharper extensions for .editorconfig. So if you use resharper plugin or rider you must set the resharper specific style settings to match those of VS Code and VS Community.

Rider

You can find a settings export file in the root of the project called "rider_codeStyleDCLSetting". Bear in mind that the conversion between VS and Rider is not 1 on 1 but it's good enough.