Skip to content

Instantly share code, notes, and snippets.

@SergeyGuns
Last active January 14, 2019 08:01
Show Gist options
  • Save SergeyGuns/81b0b73ffc5b14c2a005d3e5319a4e8c to your computer and use it in GitHub Desktop.
Save SergeyGuns/81b0b73ffc5b14c2a005d3e5319a4e8c to your computer and use it in GitHub Desktop.
{
"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe",
"workbench.colorTheme": "Monokai",
"files.associations": {
"*.css": "scss",
"*.js": "javascriptreact"
},
"[javascript]": {
"editor.formatOnSave": true
},
"[javascriptreact]": {
"editor.formatOnSave": true
},
"files.autoSave": "off",
"editor.fontFamily": "Hack, Consolas, 'Courier New', monospace",
"editor.fontSize": 16,
"editor.renderWhitespace": "all",
"window.zoomLevel": 0,
"editor.tabSize": 2,
"beautify.tabSize": 1,
"sync.gist": "9efc788b8a002aaa1638a56f5fd54b9a",
"sync.host": "",
"sync.pathPrefix": "",
"sync.quietSync": false,
"sync.askGistName": false,
"sync.removeExtensions": true,
"sync.syncExtensions": true,
"sync.autoDownload": false,
"sync.autoUpload": false,
"sync.lastUpload": "2018-08-16T15:03:08.378Z",
"sync.lastDownload": "",
"sync.forceDownload": false,
"gulptasks.pattern": "**/gulpfile**.js",
"todo-tree.defaultHighlight": {
"foreground": "green",
"type": "none"
},
"todo-tree.customHighlight": {
"TODO": {},
"FIXME": {}
},
"html.format.enable": true,
"html.format.indentHandlebars": true,
"prettier.disableLanguages": ["vue", "html"],
"beautify.language": {
"html": ["htm", "html"]
},
"editor.multiCursorModifier": "ctrlCmd",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment