Skip to content

Instantly share code, notes, and snippets.

@k0ff33
Created July 16, 2017 13:38
Show Gist options
  • Save k0ff33/d717a85996b3373e6b776bd4324345f2 to your computer and use it in GitHub Desktop.
Save k0ff33/d717a85996b3373e6b776bd4324345f2 to your computer and use it in GitHub Desktop.
Vscode settings
{
"workbench.iconTheme": "vscode-icons",
"beautify.HTMLfiles": [
"htm",
"html",
"php"
],
"vsicons.projectDetection.autoReload": true,
"editor.minimap.enabled": true,
"editor.minimap.maxColumn": 80,
"javascript.validate.enable": false,
"editor.tabSize": 2,
"git.confirmSync": false,
"window.zoomLevel": 0,
"window.nativeTabs": true,
"php.suggest.basic": false,
"workbench.colorTheme": "Darcula",
"vsicons.dontShowNewVersionMessage": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment