You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -204,6 +204,11 @@
204
204
"description": "Specifies the preferred naming convention for files. The default value \"stylecop\" uses the naming convention defined by StyleCop Classic, while \"metadata\" uses a file naming convention that matches the metadata names of types.",
205
205
"default": "stylecop",
206
206
"enum": [ "stylecop", "metadata" ]
207
+
},
208
+
"documentationCulture": {
209
+
"type": "string",
210
+
"description": "The culture that should be used for documentation comments.",
0 commit comments