We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02ea811 commit 7c42f4aCopy full SHA for 7c42f4a
1 file changed
StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json
@@ -120,6 +120,24 @@
120
"description": "Configuration for ordering rules (SA1400-)",
121
"additionalProperties": false,
122
"properties": {
123
+ "topLevelTypes": {
124
+ "type": "array",
125
+ "description": "The set of type kinds which must be placed in separate files according to the type name.",
126
+ "default": [
127
+ "class"
128
+ ],
129
+ "items": {
130
+ "type": "string",
131
+ "enum": [
132
+ "class",
133
+ "interface",
134
+ "struct",
135
+ "delegate",
136
+ "enum"
137
+ ]
138
+ },
139
+ "uniqueItems": true
140
+ }
141
}
142
},
143
"layoutRules": {
0 commit comments