Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save jeffersongoncalves/80ca8def8cf332db0d73d0976788acfc to your computer and use it in GitHub Desktop.

Select an option

Save jeffersongoncalves/80ca8def8cf332db0d73d0976788acfc to your computer and use it in GitHub Desktop.
{
"editor.multiCursorModifier": "ctrlCmd",
"editor.snippetSuggestions": "top",
"editor.formatOnPaste": true,
"editor.fontFamily" : "Fira Code",
"editor.fontLigatures": true,
"emmet.triggerExpansionOnTab": true,
"php.suggest.basic": false,
"editor.autoIndent": true,
"emmet.includeLanguages" : {
"blade" : "html"
},
"explorer.openEditors.visible": 0,
"editor.minimap.enabled": false,
"editor.tabCompletion": true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment