Created
March 22, 2017 07:11
-
-
Save AlexanderEkdahl/c8752684e45d805a63ee0b8e66fd6e76 to your computer and use it in GitHub Desktop.
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.folding": false, | |
"editor.lineNumbers": "off", | |
"editor.scrollBeyondLastLine": false, | |
"editor.snippetSuggestions": "top", | |
"explorer.openEditors.visible": 0, | |
"files.hotExit": "off", | |
"files.trimTrailingWhitespace": true, | |
"window.reopenFolders": "none", | |
"editor.fontFamily": "Source Code Pro" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment