Skip to content

Commit

Permalink
chore: Add vscode setting
Browse files Browse the repository at this point in the history
  • Loading branch information
fwh1990 committed Jun 13, 2020
1 parent 363f230 commit 40e577d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"javascript.preferences.quoteStyle": "single",
"typescript.preferences.quoteStyle": "single",
"html.format.endWithNewline": true,
"editor.tabSize": 2,
"editor.trimAutoWhitespace": true,
"cSpell.ignoreWords": [
"devtool"
],
"typescript.tsdk": "node_modules/typescript/lib"
}

0 comments on commit 40e577d

Please sign in to comment.