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 Jul 24, 2017
1 parent 4deb801 commit 7406d71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"files.autoSave": "onFocusChange",
"extensions.autoUpdate": true,
"workbench.iconTheme": "vs-seti",
"editor.cursorStyle": "block",
"editor.cursorBlinking": "phase",
"editor.cursorStyle": "line",
"editor.cursorBlinking": "solid",
"window.title": "${activeEditorMedium}${separator}${rootName}",
"files.trimTrailingWhitespace": true,
"editor.minimap.enabled": true,
Expand Down

0 comments on commit 7406d71

Please sign in to comment.