Created
January 23, 2020 17:22
-
-
Save ralugli/dea5653c50723daae7ec21cd85531a8b to your computer and use it in GitHub Desktop.
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
{ | |
"workbench.colorTheme": "Cobalt2", | |
"editor.fontFamily": "Fira Code", | |
"editor.fontSize": 16, | |
"editor.lineHeight": 25, | |
"editor.fontLigatures":true, | |
"editor.letterSpacing": 0.5, | |
"files.trimTrailingWhitespace": true, | |
"editor.fontWeight": "400", | |
"editor.cursorStyle": "line", | |
"editor.cursorWidth": 5, | |
"editor.cursorBlinking": "solid", | |
"terminal.integrated.fontSize":14, | |
"editor.rulers": [ | |
80, | |
120 | |
], | |
"editor.renderWhitespace": "all", | |
"editor.tabSize": 2, | |
"workbench.iconTheme": "material-icon-theme", | |
"editor.renderLineHighlight":"gutter", | |
"vscode_custom_css.imports": [ | |
"~/.vscodestyles.css" | |
], | |
"terminal.integrated.rendererType": "dom", | |
"[json]": { | |
"editor.defaultFormatter": "vscode.json-language-features" | |
}, | |
"editor.wordWrap": "on", | |
"editor.minimap.enabled": true, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment