Skip to content

Commit 86ceb0d

Browse files
committed
chore: Added stylecop.json
1 parent 5ac8d61 commit 86ceb0d

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json",
3+
"settings": {
4+
"documentationRules": {
5+
"companyName": "Escendit Ltd",
6+
"copyrightText": "Copyright (c) {companyName}. All Rights Reserved.\nLicensed under the {licenseName}. See {licenseFile} file in the solution root for full license information.",
7+
"xmlHeader": false,
8+
"variables": {
9+
"licenseName": "MIT",
10+
"licenseFile": "LICENSE.txt"
11+
}
12+
},
13+
"orderingRules": {
14+
"usingDirectivesPlacement": "insideNamespace"
15+
}
16+
}
17+
}

0 commit comments

Comments
 (0)