Last active
April 5, 2022 18:43
-
-
Save PAHeartBeat/8c4fb8aa0d011ecbc9984329f30d081e to your computer and use it in GitHub Desktop.
SytelCop Analyzer overrides
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"comment": "ACTION REQUIRED: This file was automatically added to your project, but it\nwill not take effect until additional steps are taken to enable it. See the\nfollowing page for additional information:\n\nhttps://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/EnableConfiguration.md", | |
"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", | |
"settings": { | |
"documentationRules": { | |
"documentationCulture": "en-US", | |
"documentInterfaces": true, | |
"documentExposedElements": true, | |
"documentInternalElements": true, | |
"documentPrivateElements": true, | |
"documentPrivateFields": true, | |
"companyName":"Nukebox Studios Pvt Ltd.", | |
"copyrightText": "Copyright (c) {companyName}. All rights reserved.", | |
"xmlHeader": true, | |
"headerDecoration": "--------------------------------------------------------------------------------", | |
"variables": { | |
} | |
}, | |
"indentation": { | |
"indentationSize": 4, | |
"tabSize": 4, | |
"useTabs": false | |
}, | |
"readabilityRules": { | |
"allowBuiltInTypeAliases": true | |
}, | |
"orderingRules": { | |
"elementOrder": [ | |
"kind", | |
"constant", | |
"accessibility", | |
"static", | |
"readonly" | |
], | |
"systemUsingDirectivesFirst": true, | |
"usingDirectivesPlacement": "outsideNamespace", | |
"blankLinesBetweenUsingGroups": "require" | |
}, | |
"namingRules": { | |
"allowCommonHungarianPrefixes": true, | |
"allowedHungarianPrefixes": [], | |
"allowedNamespaceComponents": [ | |
"iOS" | |
], | |
"includeInferredTupleElementNames": true, | |
"tupleElementNameCasing": "camelCase" | |
}, | |
"maintainabilityRules": { | |
"topLevelTypes": [ | |
"class", | |
"interface", | |
"enum", | |
"struct" | |
] | |
}, | |
"layoutRules": { | |
"allowConsecutiveUsings": false, | |
"allowDoWhileOnClosingBrace": false, | |
"newlineAtEndOfFile": "require" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment