blob: 6da4bf51df906224426323f49632ecf0a76bbe00 (
plain)
1
2
3
4
5
6
7
8
9
|
{
"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json",
"settings": {
"layoutRules": {
"newlineAtEndOfFile": "require",
"allowDoWhileOnClosingBrace": true
}
}
}
|