Skip to content

Instantly share code, notes, and snippets.

@ticidesign
Last active August 31, 2018 01:09
Show Gist options
  • Save ticidesign/084003870ad877a438a382fb89b08bfc to your computer and use it in GitHub Desktop.
Save ticidesign/084003870ad877a438a382fb89b08bfc to your computer and use it in GitHub Desktop.
{
"editor.fontSize": 12,
"editor.tabSize": 2,
"editor.parameterHints": false,
"editor.minimap.enabled": false,
"editor.insertSpaces": false,
"editor.snippetSuggestions": "top",
"editor.formatOnSave": false,
"[javascript]": {
"editor.formatOnSave": false
},
"emmet.syntaxProfiles": {
"javacript": "jsx",
},
"emmet.includeLanguages": {
"vue-html": "html",
"javascript": "javascriptreact"
},
"git.autofetch": true,
"gitlens.defaultDateStyle": "absolute",
"gitlens.historyExplorer.enabled": true,
"gitlens.advanced.messages": {
"suppressShowKeyBindingsNotice": true
},
"javascript.validate.enable": false,
"vsicons.dontShowNewVersionMessage": true,
"window.zoomLevel": 1,
"workbench.editor.enablePreview": false,
"workbench.iconTheme": "vscode-icons",
"workbench.colorTheme": "Monokai",
"explorer.confirmDelete": false,
"breadcrumbs.enabled": true,
"files.trimTrailingWhitespace": true,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment