Skip to content

Instantly share code, notes, and snippets.

@eoliveiramg
Created February 6, 2018 01:18
Show Gist options
  • Save eoliveiramg/0206989487dd2328032d72531858f285 to your computer and use it in GitHub Desktop.
Save eoliveiramg/0206989487dd2328032d72531858f285 to your computer and use it in GitHub Desktop.
// Place your settings in this file to overwrite the default settings
{
"files.autoSave": "off",
"extensions.autoUpdate": true,
"terminal.external.osxExec": "iTerm.app",
"workbench.iconTheme": "vscode-icons",
"editor.autoIndent": true,
"editor.minimap.enabled": false,
"editor.renderWhitespace": "boundary",
"editor.rulers": [80],
"editor.tabSize": 2,
"explorer.autoReveal": true,
"files.trimTrailingWhitespace": true,
"files.insertFinalNewline": true,
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/src/**/*.js": true,
"**/src/**/*.js.map": true
},
"vsicons.projectDetection.autoReload": true,
"terminal.integrated.fontSize": 13,
"terminal.integrated.fontFamily": "Monaco, Menlo, 'Courier New', monospace",
"workbench.colorTheme": "Atom One Dark",
"editor.multiCursorModifier": "ctrlCmd",
"editor.formatOnPaste": true,
"window.zoomLevel": 0,
"autoimport.autoComplete": false,
"autoimport.showNotifications": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment