Skip to content

Instantly share code, notes, and snippets.

@PAHeartBeat
Last active April 5, 2022 18:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PAHeartBeat/8c4fb8aa0d011ecbc9984329f30d081e to your computer and use it in GitHub Desktop.
Save PAHeartBeat/8c4fb8aa0d011ecbc9984329f30d081e to your computer and use it in GitHub Desktop.
SytelCop Analyzer overrides
{
"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