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.Test/OrderingRules/UsingCodeFixProviderCombinedSystemDirectivesUnitTests.cs
Copy file name to clipboardExpand all lines: StyleCop.Analyzers/StyleCop.Analyzers/OrderingRules/SA1208SystemUsingDirectivesMustBePlacedBeforeOtherUsingDirectives.cs
Copy file name to clipboardExpand all lines: StyleCop.Analyzers/StyleCop.Analyzers/OrderingRules/SA1210UsingDirectivesMustBeOrderedAlphabeticallyByNamespace.cs
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
@@ -29,6 +29,11 @@
29
29
"description": "Configuration for ordering rules (SA1200-)",
30
30
"additionalProperties": false,
31
31
"properties": {
32
+
"systemUsingDirectivesFirst": {
33
+
"type": "boolean",
34
+
"description": "When true, System using directives must be placed before other using directives.",
35
+
"default": true
36
+
},
32
37
"usingDirectivesPlacement": {
33
38
"type": "string",
34
39
"description": "Specifies the desired placement of using directives.\r\ninsideNamespace: Place using directives inside the namespace definition\r\noutsideNamespace: Place using directives outside the namespace definition\r\npreserve: Allow using directives inside or outside the namespace definition",
0 commit comments