You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
855 B
24 lines
855 B
2 years ago
|
{
|
||
|
"$schema": "https://json.schemastore.org/omnisharp",
|
||
|
"FormattingOptions": {
|
||
|
"OrganizeImports": true,
|
||
|
"UseTabs": true,
|
||
|
"TabSize": 4,
|
||
|
"IndentationSize": 4,
|
||
|
"NewLinesForBracesInTypes": false,
|
||
|
"NewLinesForBracesInMethods": false,
|
||
|
"NewLinesForBracesInProperties": false,
|
||
|
"NewLinesForBracesInAccessors": false,
|
||
|
"NewLinesForBracesInAnonymousMethods": false,
|
||
|
"NewLinesForBracesInControlBlocks": false,
|
||
|
"NewLinesForBracesInAnonymousTypes": false,
|
||
|
"NewLinesForBracesInObjectCollectionArrayInitializers": false,
|
||
|
"NewLinesForBracesInLambdaExpressionBody": false,
|
||
|
"NewLineForElse": true,
|
||
|
"NewLineForCatch": true,
|
||
|
"NewLineForFinally": true,
|
||
|
"NewLineForMembersInObjectInit": false,
|
||
|
"NewLineForMembersInAnonymousTypes": false,
|
||
|
"NewLineForClausesInQuery": false
|
||
|
}
|
||
|
}
|