mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-26 14:37:44 +01:00
Beware those that read into this commit. Here there be style conformance... Closes #1252
39 lines
759 B
JSON
39 lines
759 B
JSON
{
|
|
"settings": {
|
|
"documentationRules": {
|
|
"documentPrivateElements": true,
|
|
"documentPrivateFields": true,
|
|
"excludeFromPunctuationCheck": [
|
|
"remarks"
|
|
]
|
|
},
|
|
"indentation": {
|
|
"tabSize": 4,
|
|
"useTabs": true
|
|
},
|
|
"layoutRules": {
|
|
"newlineAtEndOfFile": "require"
|
|
},
|
|
"maintainabilityRules": {
|
|
"topLevelTypes": [
|
|
"class",
|
|
"delegate",
|
|
"enum",
|
|
"interface",
|
|
"struct"
|
|
]
|
|
},
|
|
"orderingRules": {
|
|
"blankLinesBetweenUsingGroups": "require",
|
|
"elementOrder": [
|
|
"constant",
|
|
"kind",
|
|
"static",
|
|
"readonly",
|
|
"accessibility"
|
|
],
|
|
"usingDirectivesPlacement": "outsideNamespace"
|
|
}
|
|
}
|
|
}
|