Created
October 19, 2017 09:30
-
-
Save satococoa/7668c39bf360f017435b09be1877dddf to your computer and use it in GitHub Desktop.
VSCode C# formatterOptions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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