EditorConfigs
The Microsoft Docs provide a great starting point to learn about EditorConfig files.
In a nutshell:
You can add an EditorConfig file to your project or codebase to enforce consistent coding styles for everyone that works in the codebase. EditorConfig settings take precedence over global Visual Studio text editor settings.
Contents
Page | Purpose |
---|---|
Selection | Guidance on selected an EditorConfig file |
Style as Code | Information on the EditorConfig provided by Style as Code |
Disagreements | How to handle rule disagreements |
Adding Analyzers | Guidance on adding additional analyzers |