Skip to content

Instantly share code, notes, and snippets.

@alwayssea
Created July 10, 2017 07:01
Show Gist options
  • Save alwayssea/f6e767a40ab34f93236f1db077ac6935 to your computer and use it in GitHub Desktop.
Save alwayssea/f6e767a40ab34f93236f1db077ac6935 to your computer and use it in GitHub Desktop.
{
"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