Skip to content

Commit

Permalink
Add vscode setting to not add space between curly braces on auto-form…
Browse files Browse the repository at this point in the history
…at (#443)
  • Loading branch information
ssharif6 authored and kanitw committed Jul 13, 2018
1 parent 3620ceb commit 3b78213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
},
"files.trimTrailingWhitespace": true,
"tslint.autoFixOnSave": true,
"tsimporter.spaceBetweenBraces": false,
"typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces": false,
"typescript.tsdk": "./node_modules/typescript/lib"
}

0 comments on commit 3b78213

Please sign in to comment.