Created
July 23, 2018 19:45
-
-
Save r3nya/a919462e4ae38904410ac6ba7b62b780 to your computer and use it in GitHub Desktop.
VSCode user settings
This file contains 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
{ | |
"zenMode.hideTabs": false, | |
"editor.rulers": [ 100, 120 ], | |
"editor.fontFamily": "Hack", | |
"editor.fontSize": 13, | |
"editor.renderWhitespace": "all", | |
"files.autoSave": "onFocusChange", | |
"editor.minimap.enabled": true, | |
"editor.dragAndDrop": true, | |
"editor.cursorStyle": "line-thin", | |
"editor.cursorBlinking": "solid", | |
"editor.smoothScrolling": true, | |
"workbench.activityBar.visible": false, | |
"editor.codeActionsOnSave": { | |
"source.organizeImports": false | |
}, | |
"workbench.colorTheme": "Gruvbox Light Hard", | |
"workbench.colorCustomizations":{ | |
// "tab.activeBackground": "#282c34", | |
// "activityBar.background": "#282c34", | |
// "editorGroup.background": "#282c34", | |
// "sideBar.background": "#282c34", | |
// "statusBar.background": "#282c34", | |
"editorIndentGuide.activeBackground": "#888", | |
// "statusBar.noFolderBackground": "#0A0A0D", | |
// "statusBar.debuggingBackground": "#511f1f" | |
}, | |
"search.location": "sidebar", | |
"workbench.editor.showIcons": false, | |
"git.autofetch": true, | |
"window.zoomLevel": 0, | |
"javascript.updateImportsOnFileMove.enabled": "prompt", | |
"javascript.showUnused": true, | |
"javascript.preferences.quoteStyle": "single", | |
"typescript.updateImportsOnFileMove.enabled": "prompt", | |
"typescript.showUnused": true, | |
"typescript.preferences.quoteStyle": "single", | |
"workbench.iconTheme": "Monokai Pro (Filter Spectrum) Monochrome Icons", | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment