PTMagic/omnisharp.json

19 lines
609 B
JSON
Raw Normal View History

2018-05-22 10:11:50 +02:00
{
"formattingOptions": {
"UseTabs": false,
"TabSize": 2,
"IndentationSize": 2,
2018-12-03 19:45:06 +01:00
"NewLinesForBracesInTypes": true,
"NewLinesForBracesInMethods": true,
"NewLinesForBracesInProperties": true,
"NewLinesForBracesInAccessors": true,
"NewLinesForBracesInAnonymousMethods": true,
"NewLinesForBracesInControlBlocks": true,
"NewLinesForBracesInAnonymousTypes": true,
"NewLinesForBracesInObjectCollectionArrayInitializers": true,
"NewLinesForBracesInLambdaExpressionBody": true,
"NewLineForElse": true,
"NewLineForCatch": true,
"NewLineForFinally": true
2018-05-22 10:11:50 +02:00
}
}