Skip to content

Instantly share code, notes, and snippets.

@stevensona
Last active March 15, 2017 23:40
Show Gist options
  • Save stevensona/15892246fea13fe35711a061b52eae90 to your computer and use it in GitHub Desktop.
Save stevensona/15892246fea13fe35711a061b52eae90 to your computer and use it in GitHub Desktop.
{
"editor.tabSize": 2,
"editor.insertSpaces": true,
"editor.fontFamily": "Hack, Consolas",
"editor.fontSize": 11,
"editor.renderIndentGuides": true,
"editor.renderWhitespace": "all",
"editor.minimap.enabled": true,
"editor.minimap.renderCharacters": false,
"editor.dragAndDrop": true,
"editor.cursorBlinking": "expand",
"editor.cursorStyle": "block",
"editor.rulers": [80],
"editor.mouseWheelZoom": true,
"editor.renderLineHighlight": "all",
"workbench.iconTheme": "vs-seti",
"vsicons.dontShowNewVersionMessage": true,
"files.autoSave": "onFocusChange",
"files.trimTrailingWhitespace": true,
"explorer.openEditors.visible": 0,
"ruby.lint": {
"rubocop": true,
"ruby": true
},
"[cpp]": {
"editor.tabSize": 4
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment