Created
February 7, 2017 05:06
-
-
Save fpigeonjr/e8a1a33e0764237cfc526efeff2997fa to your computer and use it in GitHub Desktop.
vsCode config
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
// Place your settings in this file to overwrite the default settings | |
{ | |
"editor.fontFamily": "Operator Mono, Fira Code", | |
"editor.fontSize": 19, | |
"editor.lineHeight": 32, | |
"editor.fontLigatures": true, | |
"files.trimTrailingWhitespace": true, | |
"files.autoSave": "afterDelay", | |
"editor.renderIndentGuides": false, | |
"window.fullScreenZenMode": false, | |
"workbench.activityBar.visible": false, | |
"workbench.statusBar.visible": false, | |
"editor.wordWrap": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment