Skip to content

Instantly share code, notes, and snippets.

@lemma-san
Created January 13, 2018 10:30
Show Gist options
  • Save lemma-san/fe35f0754ea8ea24048027c10b13575c to your computer and use it in GitHub Desktop.
Save lemma-san/fe35f0754ea8ea24048027c10b13575c to your computer and use it in GitHub Desktop.
VS Code Settings - lemma
{
"window.zoomLevel": 0,
"editor.fontSize": 16,
"editor.lineHeight": 20,
"editor.fontFamily": "Fira Code Medium",
"editor.fontLigatures": true,
"editor.tabSize": 2,
"emmet.triggerExpansionOnTab": true,
"emmet.syntaxProfiles": {
"javascript": "html"
},
"editor.minimap.enabled": false,
"editor.formatOnSave": true,
"[javascript]": {},
"editor.cursorStyle": "underline",
"editor.mouseWheelZoom": true,
"editor.renderLineHighlight": "gutter",
"workbench.startupEditor": "newUntitledFile",
"workbench.colorTheme": "Gruvbox Dark (Medium)",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment