mirror of https://github.com/SixLabors/ImageSharp
3 changed files with 22 additions and 8 deletions
@ -1,9 +1,15 @@ |
|||||
{ |
{ |
||||
"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", |
"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", |
||||
"settings": { |
"settings": |
||||
"documentationRules": { |
{ |
||||
"companyName": "Scott Williams", |
"orderingRules": |
||||
"copyrightText": "Copyright (c) Scott Williams and contributors.\nLicensed under the Apache License, Version 2.0." |
{ |
||||
|
"usingDirectivesPlacement": "outsideNamespace" |
||||
|
}, |
||||
|
"documentationRules": |
||||
|
{ |
||||
|
"companyName": "Six Labors", |
||||
|
"copyrightText": "Copyright (c) Six Labors and contributors.\nLicensed under the Apache License, Version 2.0." |
||||
|
} |
||||
} |
} |
||||
} |
|
||||
} |
} |
||||
Loading…
Reference in new issue