Created
July 10, 2017 07:01
-
-
Save alwayssea/f6e767a40ab34f93236f1db077ac6935 to your computer and use it in GitHub Desktop.
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": { | |
"newLine": "\n", | |
"useTabs": false, | |
"tabSize": 4, | |
"indentationSize": 4, | |
"NewLinesForBracesInTypes": true, | |
"NewLinesForBracesInMethods": true, | |
"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