Skip to content

thomasgalliker/Superdev.Editorconfig

Repository files navigation

Superdev.Editorconfig

Version Downloads

Why .editorconfig?

EditorConfig helps maintain consistent coding styles for multiple developers working on the same project across various editors and IDEs. The EditorConfig project consists of a file format for defining coding styles and a collection of text editor plugins that enable editors to read the file format and adhere to defined styles. EditorConfig files are easily readable and they work nicely with version control systems.

Download and Install Superdev.Editorconfig

This library is available on NuGet: https://www.nuget.org/packages/Superdev.Editorconfig Use the following command to install Superdev.Editorconfig using NuGet package manager console:

PM> Install-Package Superdev.Editorconfig

You can use this library in any .NET project which is compatible to .NET Standard 1.6 and higher.

What rules are contained in .editorconfig?

The provided .editorconfig file defines hand-picked, consistent rules covered by .NET code-style analysis.

How to use .editorconfig?

If your project targets .NET 5 or later, code analysis is enabled by default. If your project targets a different .NET implementation, for example, .NET Core, .NET Standard, or .NET Framework, you must manually enable code analysis by setting the EnableNETAnalyzers property to true.

Contribution

Contributors welcome! If you have an addition or you find an inconsistency in the editorconfig file, feel free to create a new issue on github.com.

Links

About

Editorconfig template for C# projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published