13 строки
373 B
JSON
13 строки
373 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json",
|
|
|
|
"settings": {
|
|
"layoutRules": {
|
|
"newlineAtEndOfFile": "require"
|
|
},
|
|
"orderingRules": {
|
|
"systemUsingDirectivesFirst": true,
|
|
"usingDirectivesPlacement": "outsideNamespace"
|
|
}
|
|
}
|
|
} |