PTMagic/omnisharp.json

19 lines
621 B
JSON
Raw Normal View History

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