This commit is contained in:
2022-12-15 08:53:42 +08:00
parent 075c8e76b2
commit 1ce8262bb3
44 changed files with 793 additions and 596 deletions

9
stylecop.json Normal file
View File

@ -0,0 +1,9 @@
{
"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json",
"settings": {
"indentation": {
"useTabs": false,
"indentationSize": 4
}
}
}