Skip to content

Commit

Permalink
Add vscode setting for single quote style
Browse files Browse the repository at this point in the history
This will alwayts use single quotes when TS server does auto imports,
implement interface, etc.
  • Loading branch information
Tyriar committed Apr 11, 2019
1 parent 94415a2 commit a0ee09a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"typescript.preferences.quoteStyle": "single"
}

0 comments on commit a0ee09a

Please sign in to comment.