Skip to content

Commit

Permalink
workflow: vscode auto fixes when saving
Browse files Browse the repository at this point in the history
  • Loading branch information
HcySunYang committed Nov 2, 2018
1 parent 9c63df7 commit da2e403
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"[typescript]": {
"editor.formatOnSave": true
},
"[javascript]": {
"editor.formatOnSave": true
}
}

0 comments on commit da2e403

Please sign in to comment.