Skip to content

Instantly share code, notes, and snippets.

@emartini
Created October 26, 2017 02:32
Show Gist options
  • Save emartini/5ed0c4db7df5797168c3a01ab899214a to your computer and use it in GitHub Desktop.
Save emartini/5ed0c4db7df5797168c3a01ab899214a to your computer and use it in GitHub Desktop.
VS Code settings
{
"workbench.startupEditor": "newUntitledFile",
"workbench.iconTheme": "vscode-icons",
"workbench.colorTheme": "One Dark Pro",
"editor.fontFamily": "'Source Code Pro', Menlo, Monaco, 'Courier New', monospace",
"editor.tabSize": 2,
"editor.fontSize": 14,
"editor.rulers": [80, 100],
"editor.minimap.enabled": false,
"window.zoomLevel": 1,
"editor.formatOnPaste": true,
"eslint.autoFixOnSave": true,
"vsicons.dontShowNewVersionMessage": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment