Skip to content

Instantly share code, notes, and snippets.

@khatabwedaa
Last active July 15, 2020 08:26
Show Gist options
  • Save khatabwedaa/c265246e9f0722d9ad3114b9c2a5addf to your computer and use it in GitHub Desktop.
Save khatabwedaa/c265246e9f0722d9ad3114b9c2a5addf to your computer and use it in GitHub Desktop.
{
"workbench.iconTheme": "eq-material-theme-icons",
"workbench.colorTheme": "Material Theme Palenight",
"workbench.activityBar.visible": false,
"workbench.statusBar.visible": false,
"files.autoSave": "onFocusChange",
"explorer.openEditors.visible": 0,
"editor.fontSize": 13,
"editor.lineHeight": 30,
"editor.fontFamily": "'Courier New'",
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"php-cs-fixer.executablePath": "${extensionPath}/php-cs-fixer.phar",
"workbench.editor.showTabs": false,
"window.menuBarVisibility": "toggle",
"git.enableSmartCommit": true,
"editor.minimap.enabled": false,
"editor.formatOnPaste": true,
"editor.snippetSuggestions": "top",
"workbench.startupEditor": "newUntitledFile",
"php-cs-fixer.lastDownload": 1593850662138,
"php-cs-fixer.onsave": true,
"[php]": {
"editor.defaultFormatter": "junstyle.php-cs-fixer"
},
"diffEditor.ignoreTrimWhitespace": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"[vue]": {
"editor.defaultFormatter": "octref.vetur"
}
// "workbench.sideBar.location": "right"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment