Skip to content

Instantly share code, notes, and snippets.

@johnlindquist
Created December 20, 2017 16:46
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 johnlindquist/2010106d0d1317dbb98ea51e89985874 to your computer and use it in GitHub Desktop.
Save johnlindquist/2010106d0d1317dbb98ea51e89985874 to your computer and use it in GitHub Desktop.
{
"editor.cursorStyle": "block",
"editor.fontFamily": "'Fira Code', Menlo, Monaco, 'Courier New', monospace",
"editor.fontWeight": "500",
"editor.rulers": [
80
],
"editor.fontLigatures": true,
"editor.fontSize": 24,
"terminal.integrated.fontSize": 24,
"terminal.integrated.fontFamily": "Menlo, Monaco, 'Courier New', monospace",
"sync.gist": "7d4bef6c7e559b81bea190110443f508",
"sync.lastUpload": "",
"sync.autoDownload": false,
"sync.autoUpload": false,
"sync.lastDownload": "2017-06-26T19:48:18.955Z",
"sync.forceDownload": false,
"sync.anonymousGist": false,
"sync.host": "",
"sync.pathPrefix": "",
"sync.quietSync": false,
"workbench.colorTheme": "GitHub Plus",
"editor.minimap.enabled": false,
"files.autoSave": "onFocusChange",
"editor.formatOnSave": true,
"terminal.integrated.shell.osx": "/bin/zsh",
"vsicons.dontShowNewVersionMessage": true,
"window.zoomLevel": -2,
"workbench.iconTheme": "material-icon-theme",
"cSpell.userWords": [
"gsap",
"nuxt",
"tachyons",
"tailwindcss",
"vuex"
],
"editor.quickSuggestions": {
"other": false,
"comments": false,
"strings": false
},
"prettier.semi": false,
"emmet.includeLanguages": {
"javascript": "javascriptreact",
"vue-html": "html",
"vue": "html",
"plaintext": "jade"
},
"emmet.triggerExpansionOnTab": true,
"editor.parameterHints": false,
"files.exclude": {
"node_modules": false,
"dist": false,
".*": false
},
"editor.tabSize": 2,
"workbench.startupEditor": "newUntitledFile",
"prettier.printWidth": 60,
"files.associations": {
".poirc": "javascript"
},
"git.path": "/usr/local/bin/git",
"zenMode.restore": true,
"workbench.activityBar.visible": false,
"workbench.panel.location": "bottom",
"editor.renderWhitespace": "none",
"editor.renderControlCharacters": true,
"gitlens.advanced.messages": {
"suppressCommitHasNoPreviousCommitWarning": false,
"suppressCommitNotFoundWarning": false,
"suppressFileNotUnderSourceControlWarning": false,
"suppressGitVersionWarning": false,
"suppressLineUncommittedWarning": false,
"suppressNoRepositoryWarning": false,
"suppressUpdateNotice": false,
"suppressWelcomeNotice": true
},
"newFile.expandBraces": true,
"newFile.relativeTo": "project",
"newFile.showPathRelativeTo": "project",
"vetur.format.defaultFormatter.html": "prettier",
"workbench.statusBar.visible": false,
"editor.lineNumbers": "false",
"editor.renderIndentGuides": false,
"gitlens.blame.line.enabled": false,
"gitlens.blame.file.lineHighlight.enabled": false,
"gitlens.codeLens.enabled": false,
"git.autofetch": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment