mirror of https://github.com/Squidex/squidex.git
6 changed files with 13 additions and 43 deletions
@ -1,27 +0,0 @@ |
|||||
{ |
|
||||
"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", |
|
||||
"settings": { |
|
||||
"orderingRules": { |
|
||||
"elementOrder": [ |
|
||||
"kind", |
|
||||
"constant", |
|
||||
"static", |
|
||||
"readonly" |
|
||||
], |
|
||||
"usingDirectivesPlacement": "outsideNamespace" |
|
||||
}, |
|
||||
"layoutRules": { |
|
||||
"newlineAtEndOfFile": "omit" |
|
||||
}, |
|
||||
"documentationRules": { |
|
||||
"companyName": "Squidex UG (haftungsbeschränkt)", |
|
||||
"copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license.", |
|
||||
"variables": { |
|
||||
"licenseName": "MIT", |
|
||||
"licenseFile": "LICENSE" |
|
||||
}, |
|
||||
"headerDecoration": "==========================================================================", |
|
||||
"fileNamingConvention": "stylecop" |
|
||||
} |
|
||||
} |
|
||||
} |
|
||||
Loading…
Reference in new issue