Skip to content

Instantly share code, notes, and snippets.

@tommymarshall
Created February 2, 2018 14:59
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 tommymarshall/557c41575457d580c772b932d8e11591 to your computer and use it in GitHub Desktop.
Save tommymarshall/557c41575457d580c772b932d8e11591 to your computer and use it in GitHub Desktop.
VSCode settings
{
"workbench.colorTheme": "One Monokai",
"editor.lineHeight": 24,
"editor.fontSize": 14,
"files.autoSave": "onFocusChange",
"workbench.editor.labelFormat": "default",
"sublimeTextKeymap.promptV3Features": true,
"editor.multiCursorModifier": "ctrlCmd",
"editor.snippetSuggestions": "top",
"editor.fontFamily": "Fira Code",
"workbench.statusBar.visible": true,
"workbench.activityBar.visible": true,
"workbench.panel.location": "right",
"window.zoomLevel": 0,
"files.associations": {
"*.graphqls": "graphql"
},
"editor.smoothScrolling": true,
"editor.renderWhitespace": "all",
"workbench.tips.enabled": false,
"workbench.startupEditor": "newUntitledFile",
"auto-close-tag.SublimeText3Mode": true,
"emmet.includeLanguages": {
"blade": "html"
},
"emmet.triggerExpansionOnTab": true,
"editor.fontLigatures": true,
"explorer.confirmDelete": false,
"eslint.autoFixOnSave": true,
"php.suggest.basic": false,
"php.executablePath": "/usr/local/bin/php"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment