PTMagic/omnisharp.json

19 lines
609 B
JSON
Raw Permalink Normal View History

2018-05-22 10:11:50 +02:00
{
"formattingOptions": {
"UseTabs": false,
"TabSize": 2,
"IndentationSize": 2,
"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
}
}