Skip to content

Instantly share code, notes, and snippets.

@ahmetabdi
Created March 20, 2017 09:26
Show Gist options
  • Save ahmetabdi/82b199c8f3f89cf6d1c4f9402cbc3cf0 to your computer and use it in GitHub Desktop.
Save ahmetabdi/82b199c8f3f89cf6d1c4f9402cbc3cf0 to your computer and use it in GitHub Desktop.
// Place your settings in this file to overwrite the default settings
{
"editor.tabSize": 2,
"editor.rulers": [80],
"editor.fontSize": 12,
"files.trimTrailingWhitespace": true,
"telemetry.enableCrashReporter": false,
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/.DS_Store": true,
"**/.vscode": true,
"**/node_modules": true,
"**/.bundle": true,
"**/.yardoc": true,
"**/tmp": true
},
"editor.tabCompletion": true,
"editor.hideCursorInOverviewRuler": true,
"editor.renderWhitespace": "boundary",
"workbench.sideBar.location": "left",
"workbench.statusBar.visible": true,
"vsicons.dontShowNewVersionMessage": true,
"files.insertFinalNewline": true,
"window.zoomLevel": -1,
"workbench.activityBar.visible": true,
"files.associations": {
"*.html.ui": "ruby"
},
"workbench.colorTheme": "Monokai",
"workbench.iconTheme": "vscode-icons",
"workbench.welcome.enabled": false,
"ruby.rubocop.executePath": "/Users/ahmet/.rbenv/shims/",
"ruby.rubocop.onSave": true,
"ruby.rubocop.configFilePath": "/Users/ahmet/Desktop/.rubocop.yml",
"workbench.editor.enablePreview": false,
"extensions.autoUpdate": true,
"window.title": "${activeEditorMedium}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment