Skip to content

Instantly share code, notes, and snippets.

@Soben
Created September 19, 2019 13:05
Show Gist options
  • Save Soben/a4fb882bacd514a5dfb2f535148db104 to your computer and use it in GitHub Desktop.
Save Soben/a4fb882bacd514a5dfb2f535148db104 to your computer and use it in GitHub Desktop.
VS Code Settings
{
"sync.quietSync": false,
"sync.removeExtensions": true,
"sync.syncExtensions": true,
"sync.autoDownload": false,
"sync.autoUpload": false,
"sync.forceDownload": false,
"workbench.startupEditor": "newUntitledFile",
"editor.tabSize": 2,
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"workbench.sideBar.location": "left",
"editor.fontFamily": "'Cascadia Code', Hack, 'Courier New', monospace",
"editor.fontLigatures": true,
"css.lint.emptyRules": "ignore",
"less.lint.emptyRules": "ignore",
"scss.lint.emptyRules": "ignore",
"breadcrumbs.enabled": true,
"files.exclude": {
"**/node_modules": true
},
"window.zoomLevel": 0.2,
"debug.node.autoAttach": "off",
"prettier.htmlWhitespaceSensitivity": "ignore",
"terminal.integrated.rendererType": "dom",
"[makefile]": {
"editor.tabSize": 4,
"editor.insertSpaces": false
},
"workbench.colorTheme": "BeardedTheme Blue"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment