Skip to content

Instantly share code, notes, and snippets.

@uinz
Created September 17, 2018 03:13
Show Gist options
  • Save uinz/1b96fe004e5f321e98bbba148936991f to your computer and use it in GitHub Desktop.
Save uinz/1b96fe004e5f321e98bbba148936991f to your computer and use it in GitHub Desktop.
vscode - c# format (Omnisharp: Restart Omnisharp)
{
"FormattingOptions": {
"NewLinesForBracesInLambdaExpressionBody": false,
"NewLinesForBracesInAnonymousMethods": false,
"NewLinesForBracesInAnonymousTypes": false,
"NewLinesForBracesInControlBlocks": false,
"NewLinesForBracesInTypes": false,
"NewLinesForBracesInMethods": false,
"NewLinesForBracesInProperties": false,
"NewLinesForBracesInAccessors": false,
"NewLineForElse": false,
"NewLineForCatch": false,
"NewLineForFinally": false
}
}
@uinz
Copy link
Author

uinz commented Sep 17, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment