Skip to content

Instantly share code, notes, and snippets.

@satococoa
Created October 19, 2017 09:30
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 satococoa/7668c39bf360f017435b09be1877dddf to your computer and use it in GitHub Desktop.
Save satococoa/7668c39bf360f017435b09be1877dddf to your computer and use it in GitHub Desktop.
VSCode C# formatterOptions
{
"formattingOptions": {
"NewLinesForBracesInTypes": false,
"NewLinesForBracesInMethods": false,
"NewLinesForBracesInProperties": false,
"NewLinesForBracesInAccessors": false,
"NewLinesForBracesInAnonymousMethods": false,
"NewLinesForBracesInControlBlocks": false,
"NewLinesForBracesInAnonymousTypes": false,
"NewLinesForBracesInObjectCollectionArrayInitializers": false,
"NewLinesForBracesInLambdaExpressionBody": false,
"NewLineForElse": false,
"NewLineForCatch": false,
"NewLineForFinally": false,
"NewLineForMembersInObjectInit": false,
"NewLineForMembersInAnonymousTypes": false,
"NewLineForClausesInQuery": false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment