Skip to content

Commit

Permalink
Typescript formatter was being used in Typescript file which stomped …
Browse files Browse the repository at this point in the history
…on prettier formatting (#5701)

Co-authored-by: Ivan Artemiev <[email protected]>
  • Loading branch information
jordanranz and iartemiev authored May 6, 2020
1 parent 825ed73 commit 1a3cd7c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@
"editor.insertSpaces": false,
"typescript.tsdk": "node_modules/typescript/lib",
"prettier.requireConfig": true,
"editor.defaultFormatter": "esbenp.prettier-vscode"
"editor.defaultFormatter": "esbenp.prettier-vscode",
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
}

0 comments on commit 1a3cd7c

Please sign in to comment.