Skip to content

Instantly share code, notes, and snippets.

@r3nya
Created July 23, 2018 19:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r3nya/a919462e4ae38904410ac6ba7b62b780 to your computer and use it in GitHub Desktop.
Save r3nya/a919462e4ae38904410ac6ba7b62b780 to your computer and use it in GitHub Desktop.
VSCode user settings
{
"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