mirror of https://github.com/SixLabors/ImageSharp
Browse Source
Former-commit-id: d901cd8d2492eff7048d62296f4f3e53e7083dd1 Former-commit-id: 224e01f61e0dcd4fecaf49112562f974b00989a0 Former-commit-id: 671034a706cdfb6d188f90d3b03018b2849a303eaf/merge-core
8 changed files with 27 additions and 8 deletions
@ -1 +1 @@ |
|||||
3f05708641eb3ed085d4689aae4a960eb067fd16 |
eb00c54ee74016c2b70f81963e7e8f83cb2dd54b |
||||
@ -0,0 +1,13 @@ |
|||||
|
{ |
||||
|
"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", |
||||
|
"settings": { |
||||
|
"documentationRules": { |
||||
|
"companyName": "James South", |
||||
|
"copyrightText": "Copyright (c) {companyName} and contributors\nLicensed under the {licenseName} license.", |
||||
|
"variables": { |
||||
|
"licenseName": "Apache License, Version 2.0." |
||||
|
}, |
||||
|
"documentPrivateFields": true |
||||
|
} |
||||
|
} |
||||
|
} |
||||
Loading…
Reference in new issue