mirror of https://github.com/SixLabors/ImageSharp
2 changed files with 16 additions and 1 deletions
@ -0,0 +1,16 @@ |
|||||
|
{ |
||||
|
"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", |
||||
|
"settings": { |
||||
|
"orderingRules": { |
||||
|
"usingDirectivesPlacement": "outsideNamespace", |
||||
|
"elementOrder": [ |
||||
|
"kind" |
||||
|
] |
||||
|
}, |
||||
|
"documentationRules": { |
||||
|
"xmlHeader": false, |
||||
|
"documentInternalElements": false, |
||||
|
"copyrightText": "Copyright (c) Six Labors and contributors.\nLicensed under the Apache License, Version 2.0." |
||||
|
} |
||||
|
} |
||||
|
} |
||||
Loading…
Reference in new issue