Skip to content

Instantly share code, notes, and snippets.

@SergeyGuns
Last active February 4, 2019 12:31
Show Gist options
  • Save SergeyGuns/35067c7b21e33459a204300cb5dde1c5 to your computer and use it in GitHub Desktop.
Save SergeyGuns/35067c7b21e33459a204300cb5dde1c5 to your computer and use it in GitHub Desktop.
{
"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe",
"workbench.colorTheme": "Monokai",
"breadcrumbs.enabled": true,
"files.associations": {
"*.css": "scss",
"*.js": "javascriptreact"
},
"terminal.integrated.rendererType": "dom",
"[javascript]": {
"editor.formatOnSave": true
},
"[javascriptreact]": {
"editor.formatOnSave": true
},
"files.autoSave": "off",
"editor.fontSize": 16,
"editor.renderWhitespace": "all",
"window.zoomLevel": 1,
"editor.tabSize": 2,
"beautify.tabSize": 1,
"html.format.enable": true,
"html.format.indentHandlebars": true,
"editor.multiCursorModifier": "ctrlCmd",
"git.autofetch": true,
"files.watcherExclude": {
"**/.git/objects/**": true,
"**/.git/subtree-cache/**": true,
"**/node_modules/*/**": true
},
"editor.fontFamily": "'Fira Code'",
"editor.fontLigatures": true,
"window.titleBarStyle": "native"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment