Skip to content

Instantly share code, notes, and snippets.

@gocs
Last active December 20, 2019 15:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gocs/8d020e5ccb3dd5bf37e970e682479e05 to your computer and use it in GitHub Desktop.
Save gocs/8d020e5ccb3dd5bf37e970e682479e05 to your computer and use it in GitHub Desktop.
vscode omnisharp inside whole pc userspace k and r braces
{
"FormattingOptions": {
"NewLinesForBracesInLambdaExpressionBody": false,
"NewLinesForBracesInAnonymousMethods": false,
"NewLinesForBracesInAnonymousTypes": false,
"NewLinesForBracesInControlBlocks": false,
"NewLinesForBracesInTypes": false,
"NewLinesForBracesInMethods": false,
"NewLinesForBracesInProperties": 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