Skip to content

Instantly share code, notes, and snippets.

@johnjullies
Created July 17, 2019 05:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnjullies/0d959697ad416028f34ae96f8a5f04a0 to your computer and use it in GitHub Desktop.
Save johnjullies/0d959697ad416028f34ae96f8a5f04a0 to your computer and use it in GitHub Desktop.
My VSCode settings
{
"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