Skip to content

Instantly share code, notes, and snippets.

@b-durand
Created May 7, 2024 20:18
Show Gist options
  • Save b-durand/72c994435f766eeeea53b1e249d40667 to your computer and use it in GitHub Desktop.
Save b-durand/72c994435f766eeeea53b1e249d40667 to your computer and use it in GitHub Desktop.
{
"files.autoSave": "onFocusChange",
"editor.quickSuggestions": {
"comments": true
},
"files.associations": {},
"zenMode.hideLineNumbers": false,
"php.debug.executablePath": "",
"window.zoomLevel": 2,
"update.mode": "none",
"editor.suggest.insertMode": "replace",
"editor.renderWhitespace": "trailing",
"editor.linkedEditing": true,
"workbench.tree.indent": 15,
"emmet.triggerExpansionOnTab": true,
"workbench.editor.enablePreview": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment