Created
September 11, 2018 13:45
-
-
Save christianwish/c3ca71a65a4e0c7ede0f3615e0e6aaf7 to your computer and use it in GitHub Desktop.
my vscode sttings
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
{ | |
"window.zoomLevel": 1, | |
"workbench.colorTheme": "Monokai", | |
"editor.fontFamily": "Fira Code", | |
"editor.fontLigatures": true, | |
"editor.fontSize": 13, | |
"editor.renderWhitespace": "all", | |
"editor.lineHeight": 24, | |
"files.trimTrailingWhitespace": true, | |
"editor.tabSize": 4, | |
"editor.minimap.maxColumn": 100, | |
"editor.rulers": [ | |
80, | |
90, | |
100 | |
], | |
"breadcrumbs.enabled": false, | |
"editor.minimap.enabled": false, | |
"editor.smoothScrolling": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment