2017-04-05 03:47:55 +03:00
{
// 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://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json" ,
"settings" : {
"documentationRules" : {
"companyName" : ".NET Foundation" ,
"copyrightText" : "Copyright (c) .NET Foundation. All rights reserved.\r\nLicensed under the MIT License. See License.txt in the project root for license information." ,
"xmlHeader" : false ,
"documentInterfaces" : false ,
"documentInternalElements" : false ,
"documentExposedElements" : false ,
"documentPrivateElements" : false ,
2017-06-23 02:50:44 +03:00
"documentPrivateFields" : false
2017-04-05 03:47:55 +03:00
} ,
"orderingRules" : {
"usingDirectivesPlacement" : "outsideNamespace"
}
}
}