Skip to content

Instantly share code, notes, and snippets.

@luk6xff
Created December 22, 2019 11:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luk6xff/e7ef6b6789628290e3544c2640f81c7a to your computer and use it in GitHub Desktop.
Save luk6xff/e7ef6b6789628290e3544c2640f81c7a to your computer and use it in GitHub Desktop.
My VSCode settings.json
{
"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