Created
October 26, 2017 20:23
-
-
Save tuxracer/31e7f7c32d7d18179dd858ab19d7b129 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
{ | |
"editor.fontFamily": "Operator Mono", | |
"editor.fontSize": 14, | |
"window.reopenFolders": "all", | |
"files.trimTrailingWhitespace": true, | |
"typescript.check.tscVersion": false, | |
"window.zoomLevel": 0, | |
"workbench.welcome.enabled": false, | |
"workbench.colorTheme": "Monokai", | |
"workbench.iconTheme": "vs-seti", | |
"editor.minimap.enabled": true, | |
"editor.cursorBlinking": "solid", | |
"files.insertFinalNewline": true, | |
"javascript.referencesCodeLens.enabled": true, | |
"typescript.referencesCodeLens.enabled": true, | |
"typescript.implementationsCodeLens.enabled": true, | |
"editor.codeLens": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment