Last active
August 29, 2020 16:35
-
-
Save kieranmv95/48f327d7dfeae49fb90dded9899600cb to your computer and use it in GitHub Desktop.
Settings for visual studio code
This file contains 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
{ | |
"editor.fontFamily": "Fira Code", | |
"editor.fontSize": 14, | |
"editor.lineHeight": 18, | |
"editor.letterSpacing": 0.5, | |
"editor.cursorStyle": "line-thin", | |
"editor.minimap.enabled": false, | |
"editor.cursorBlinking": "smooth", | |
"editor.multiCursorModifier": "ctrlCmd", | |
"editor.smoothScrolling": true, | |
"editor.fontWeight": "400", | |
"editor.fontLigatures": true, | |
"explorer.openEditors.visible": 5, | |
"editor.tabSize": 2, | |
"editor.renderWhitespace": "all", | |
"files.trimTrailingWhitespace": true, | |
"workbench.colorTheme": "Cobalt2", | |
"window.zoomLevel": 0, | |
"editor.formatOnSave": false, | |
"files.exclude": { | |
"**/.cache": true, | |
"**/.git": true, | |
".vscode/": true, | |
".idea/": true, | |
"package-lock.json": true, | |
"node_modules": true | |
}, | |
"workbench.iconTheme": "material-icon-theme", | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This theme requires a couple of prerequisites: