forked from dotnet/Kerberos.NET
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathStyleCop.json
18 lines (18 loc) · 832 Bytes
/
StyleCop.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json",
"settings": {
"documentationRules": {
"companyName": "The .NET Foundation",
"xmlHeader": false,
"documentationCulture": "en-US",
"headerDecoration": "-----------------------------------------------------------------------",
"copyrightText": "{headerDecoration}\nLicensed to {companyName} under one or more agreements.\n{companyName} licenses this file to you under the MIT license.\r\n{headerDecoration}",
"variables": {
"headerDecoration": "-----------------------------------------------------------------------"
}
},
"orderingRules": {
"usingDirectivesPlacement": "outsideNamespace"
}
}
}