Created
April 24, 2019 00:03
-
-
Save saketj/83bb41e1d327f337069fb10998fe7c62 to your computer and use it in GitHub Desktop.
Useful Visual Studio Code Editor Settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"editor.minimap.enabled": false, | |
"window.zoomLevel": 0, | |
"files.trimTrailingWhitespace": true, | |
"files.insertFinalNewline": true, | |
"files.trimFinalNewlines": true, | |
"terminal.integrated.fontFamily": "Source Code Pro for Powerline", | |
"terminal.integrated.fontSize": 14, | |
"editor.rulers": [ | |
80 | |
], | |
"workbench.statusBar.feedback.visible": false, | |
"explorer.confirmDragAndDrop": false, | |
"workbench.colorTheme": "Quiet Light" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment