MatFileHandler/stylecop.json

14 lines
434 B
JSON
Raw Normal View History

2017-11-15 20:08:24 +01:00
{
"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json",
"settings": {
"documentationRules": {
"companyName": "None",
2018-10-14 13:57:57 +02:00
"copyrightText": "Copyright 2017-2018 Alexander Luzgarev",
2017-11-15 20:08:24 +01:00
"xmlHeader": false
},
"orderingRules": {
"usingDirectivesPlacement": "outsideNamespace"
}
}
}