Skip to content

Instantly share code, notes, and snippets.

@Clickys
Created October 17, 2018 14:20
Show Gist options
  • Save Clickys/0ec6b8e987186a716fa06213d8592cb5 to your computer and use it in GitHub Desktop.
Save Clickys/0ec6b8e987186a716fa06213d8592cb5 to your computer and use it in GitHub Desktop.
{
"git.ignoreMissingGitWarning": true,
"workbench.colorTheme": "Cobalt2",
"editor.fontFamily": "Hermit",
"editor.fontLigatures": true,
"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe",
"files.autoSave": "onWindowChange",
"workbench.iconTheme": "eq-material-theme-icons",
"eslint.enable": true,
"eslint.autoFixOnSave": true,
"prettier.singleQuote": true,
"prettier.eslintIntegration": true,
"prettier.tabWidth": 4,
"editor.formatOnSave": true,
"javascript.implicitProjectConfig.checkJs": true,
"sync.gist": "233c3e5ea18d71763f2120d904cf2d98",
"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-15T07:55:29.783Z",
"sync.lastDownload": "",
"sync.forceDownload": false,
"editor.cursorStyle": "block",
"materialTheme.fixIconsRunning": false,
"editor.wordWrap": "on",
"prettier.disableLanguages": ["vue", "js"],
"typescript.validate.enable": false,
"javascript.suggestionActions.enabled": false,
"javascript.validate.enable": false,
"better-comments.multilineComments": true,
"powermode.enabled": false,
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"terminal.integrated.fontFamily": "monospace",
"javascript.format.insertSpaceAfterFunctionKeywordForAnonymousFunctions": false,
"terminal.integrated.fontWeightBold": "normal",
"editor.fontSize": 16
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment