Skip to content

Commit

Permalink
fix: 🐛 remove default whitespace rendering from vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
samAbeywickrama committed Jul 30, 2019
1 parent 5b4da52 commit 2dac995
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"editor.tabSize": 2,
"editor.formatOnSave": true,
"editor.renderWhitespace": "all"
"editor.formatOnSave": true
}

0 comments on commit 2dac995

Please sign in to comment.