Skip to content

Instantly share code, notes, and snippets.

@jakewtaylor
Last active October 9, 2018 14:19
Show Gist options
  • Save jakewtaylor/e9ede561177d482ed87506107390f31f to your computer and use it in GitHub Desktop.
Save jakewtaylor/e9ede561177d482ed87506107390f31f to your computer and use it in GitHub Desktop.
VS Code Settings
{
"workbench.activityBar.visible": false,
"workbench.colorTheme": "Atom One Dark",
"editor.fontSize": 14,
"editor.lineHeight": 24,
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"editor.renderWhitespace": "boundary",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"blade": "html"
},
"blade.format.enable": true,
"editor.minimap.enabled": false,
"editor.renderIndentGuides": false,
"files.trimTrailingWhitespace": true,
"explorer.autoReveal": false,
"window.zoomLevel": 0,
"files.insertFinalNewline": true,
"editor.fontWeight": "500"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment