Files
csharp/stylecop.json

11 lines
343 B
JSON
Raw Permalink Normal View History

{
"$schema":
"https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json",
"settings": {
"orderingRules": {
"systemUsingDirectivesFirst": false,
"usingDirectivesPlacement": "outsideNamespace"
}
}
}