Skip to content

Instantly share code, notes, and snippets.

@rohan-krishna
Last active November 25, 2020 08:25
Show Gist options
  • Star 17 You must be signed in to star a gist
  • Fork 5 You must be signed in to fork a gist
  • Save rohan-krishna/4585e81c78b9f61b0cfdf8ca88db6715 to your computer and use it in GitHub Desktop.
Save rohan-krishna/4585e81c78b9f61b0cfdf8ca88db6715 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,
}
@LeonardoZivieri
Copy link

LeonardoZivieri commented Jan 3, 2019

In my VSCode you have a warning in the editor.tabCompletion
Is not correct "on" instead of "true"?

@doozie-akshay
Copy link

"editor.autoIndent": true, Value is not accepted it is now changed in latest version . Valid values: "none", "keep", "brackets"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment