mirror of https://github.com/SixLabors/ImageSharp
Browse Source
Former-commit-id: 32fab43d5caf3080106d0abdcd6e629370af58ac Former-commit-id: 9aeaff7b7a973554d98e7b2932e1e4d5ca489176 Former-commit-id: 52800893572012a00a3331cc6cab3f8f449fd26daf/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