Skip to content

Instantly share code, notes, and snippets.

@jmrnilsson
Last active March 15, 2017 08:16
Show Gist options
  • Save jmrnilsson/0b2c6ab74edf642ec0c8 to your computer and use it in GitHub Desktop.
Save jmrnilsson/0b2c6ab74edf642ec0c8 to your computer and use it in GitHub Desktop.
VSCode (visual studio code) user-settings.json
{
"files.trimTrailingWhitespace": true,
"files.exclude": {"**/*.pyc": true},
"editor.minimap.enabled": true,
"editor.renderWhitespace": "all",
"editor.fontFamily": "Menlo, Consolas, Fira Code",
"editor.fontLigatures": true,
"editor.fontSize": 14,
"editor.referenceInfos": false,
"editor.quickSuggestions": true,
"editor.tabCompletion": true,
"editor.quickSuggestions": true,
"editor.tabSize": 4,
"editor.rulers": [100],
"workbench.colorTheme": "Visual Studio Light",
// "window.zoomLevel": -1,
// "editor.referenceInfos": false,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment