Created
July 16, 2017 13:38
-
-
Save k0ff33/d717a85996b3373e6b776bd4324345f2 to your computer and use it in GitHub Desktop.
Vscode settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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