Replace legacy StyleCop(Plus) with StyleCopAnalyzers

Analyzers are enabled in the Debug configuration
only to avoid unnecessary overheads when compiling
normally.
This commit is contained in:
Paul Chote
2019-05-03 21:25:28 +00:00
committed by reaperrr
parent 353db73381
commit ba282865f1
20 changed files with 159 additions and 582 deletions

10
stylecop.json Normal file
View File

@@ -0,0 +1,10 @@
{
"settings": {
"indentation": {
"useTabs": true
},
"layoutRules": {
"newlineAtEndOfFile": "require"
}
}
}