Shift to `using` directives outside the namespace
This is a concession from StyleCop defaults, but it's just too hard to paddle upstream with the C# language team, which doesn't consistently test their refactoring features when `using` is inside the namespace.
This commit is contained in:
Родитель
16d65511f7
Коммит
78cba24937
|
@ -10,6 +10,9 @@
|
|||
},
|
||||
"fileNamingConvention": "metadata",
|
||||
"xmlHeader": false
|
||||
},
|
||||
"orderingRules": {
|
||||
"usingDirectivesPlacement": "outsideNamespace"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче