Skip to content

SSWConsulting/SSW.EditorConfig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SSW.EditorConfig

Overview

Best practice .editorconfig file for .NET development.

Defaults from dotnet new editorconfig have been merged with defaults from VS2019.

Then most rules have been elevated into warnings, but lowered some to suggestions.

Setup

  1. Copy .editorconfig into the root of your repository
  2. Copy Directory.Build.Props into the root of your repository (this will treat warnings as errors in Release mode - typically your CICD pipeline)

Script

Alternatively, copy & paste this script in a Terminal, inside the root directory of your project:

. { iwr -useb "https://raw.githubusercontent.com/SSWConsulting/SSW.EditorConfig/main/install.ps1" } | iex

Resources

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published