Created
July 17, 2019 05:01
-
-
Save johnjullies/0d959697ad416028f34ae96f8a5f04a0 to your computer and use it in GitHub Desktop.
My VSCode settings
This file contains 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.colorTheme": "Quiet Light", | |
"workbench.startupEditor": "newUntitledFile", | |
"breadcrumbs.enabled": false, | |
"liveSassCompile.settings.formats": [ | |
{ | |
"format": "compressed", | |
"extensionName": ".min.css", | |
"savePath": null | |
} | |
], | |
"liveSassCompile.settings.autoprefix": [ | |
"> 1%", | |
"last 2 versions" | |
], | |
"php.validate.executablePath": "c:/xampp/php/php.exe", | |
"liveServer.settings.donotShowInfoMsg": true, | |
"editor.tabSize": 2, | |
"editor.fontFamily": "Fira Code", | |
"editor.fontLigatures": true, | |
"editor.renderControlCharacters": false, | |
"editor.renderWhitespace": "none" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment