Skip to content

Instantly share code, notes, and snippets.

@dleatherman
Last active September 4, 2018 15:34
Show Gist options
  • Save dleatherman/0712b0e42e239fcfa21dbb8568f88f77 to your computer and use it in GitHub Desktop.
Save dleatherman/0712b0e42e239fcfa21dbb8568f88f77 to your computer and use it in GitHub Desktop.
User Settings Visual Studio Code
{
"workbench.statusBar.feedback.visible": false,
"explorer.confirmDragAndDrop": false,
"workbench.colorTheme": "One Dark Pro",
"editor.fontFamily": "Fira Code, Source Code Pro, Menlo, monospace",
"editor.tabSize": 3,
"editor.renderWhitespace": "all",
"editor.wordWrap": "wordWrapColumn",
"editor.fontLigatures": true,
"editor.fontSize": 16,
"editor.lineHeight": 24,
"editor.formatOnSave": true,
"atomKeymap.promptV3Features": true,
"editor.multiCursorModifier": "ctrlCmd",
"editor.formatOnPaste": true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment