{ "$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" } } }