Created
December 13, 2017 06:28
-
-
Save ulrikstrid/212aaa546c26c813b7280fbf0d2b0f0b to your computer and use it in GitHub Desktop.
vscode user settings
This file contains hidden or 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
{ | |
// 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