Skip to content

Instantly share code, notes, and snippets.

@hk1ll3r
Created January 27, 2020 23:38
Show Gist options
  • Save hk1ll3r/006799200cea9baa57b2f0da294aef61 to your computer and use it in GitHub Desktop.
Save hk1ll3r/006799200cea9baa57b2f0da294aef61 to your computer and use it in GitHub Desktop.
omnisharp.json
{
"FormattingOptions": {
"NewLinesForBracesInLambdaExpressionBody": false,
"NewLinesForBracesInAnonymousMethods": false,
"NewLinesForBracesInAnonymousTypes": false,
"NewLinesForBracesInControlBlocks": false,
"NewLinesForBracesInTypes": false,
"NewLinesForBracesInMethods": false,
"NewLinesForBracesInProperties": false,
"NewLinesForBracesInObjectCollectionArrayInitializers": false,
"NewLinesForBracesInAccessors": false,
"NewLineForElse": false,
"NewLineForCatch": false,
"NewLineForFinally": false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment