Created
December 22, 2019 11:16
-
-
Save luk6xff/e7ef6b6789628290e3544c2640f81c7a to your computer and use it in GitHub Desktop.
My VSCode settings.json
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.fontSize": 12, | |
"editor.renderWhitespace": "all", | |
"editor.minimap.enabled": false, | |
"files.trimTrailingWhitespace": true, | |
"workbench.startupEditor": "newUntitledFile", | |
"search.useIgnoreFiles": false, | |
"C_Cpp.updateChannel": "Insiders", | |
"window.zoomLevel": -1, | |
"workbench.colorTheme": "Monokai Dimmed" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment