Skip to content

Instantly share code, notes, and snippets.

@ulrikstrid
Created December 13, 2017 06:28
Show Gist options
  • Save ulrikstrid/212aaa546c26c813b7280fbf0d2b0f0b to your computer and use it in GitHub Desktop.
Save ulrikstrid/212aaa546c26c813b7280fbf0d2b0f0b to your computer and use it in GitHub Desktop.
vscode user settings
{
// look and feel
"workbench.iconTheme": "material-icon-theme",
"workbench.colorTheme": "Panda Syntax",
"editor.fontFamily": "'Fira Code', 'Hasklig', 'Droid Sans Mono",
"editor.fontLigatures": true,
// quality of leif
"workbench.editor.enablePreview": false,
// editing
"editor.formatOnSave": true,
"editor.insertSpaces": true,
"editor.tabSize": 2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment