Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

Commit

Permalink
improved vscode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed May 3, 2017
1 parent 3d50d81 commit 44c05f8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
80,
120
],
"editor.tabSize": 2,
"editor.tabSize": 4,
"editor.trimAutoWhitespace": true,
"editor.tabCompletion": true,
"explorer.openEditors.visible": 0,
Expand All @@ -18,5 +18,6 @@
"editor.cursorBlinking": "phase",
"window.title": "${activeEditorMedium}${separator}${rootName}",
"files.trimTrailingWhitespace": true,
"editor.minimap.enabled": true
"editor.minimap.enabled": true,
"editor.renderWhitespace": "boundary"
}

0 comments on commit 44c05f8

Please sign in to comment.