Skip to content

Instantly share code, notes, and snippets.

@matijs
Created November 20, 2017 10:33
Show Gist options
  • Save matijs/5e3e553ad4e341f3a4613dbf4de6ee58 to your computer and use it in GitHub Desktop.
Save matijs/5e3e553ad4e341f3a4613dbf4de6ee58 to your computer and use it in GitHub Desktop.
Visual Studio Code User Settings
// Place your settings in this file to overwrite the default settings
{
"editor.fontFamily": "Source Code Pro",
"editor.fontSize": 14,
"editor.renderWhitespace": "all",
"editor.renderIndentGuides": false,
"editor.selectionHighlight": false,
"files.insertFinalNewline": true,
"workbench.colorTheme": "Solarized Dark",
"workbench.iconTheme": "vs-minimal",
"workbench.startupEditor": "newUntitledFile",
"editor.multiCursorModifier": "alt",
"workbench.statusBar.visible": true,
"explorer.confirmDelete": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment