Skip to content

Instantly share code, notes, and snippets.

@rayning0
Created January 22, 2018 18:21
Show Gist options
  • Save rayning0/d0caae8fcaaa573fa764767636bc01dc to your computer and use it in GitHub Desktop.
Save rayning0/d0caae8fcaaa573fa764767636bc01dc to your computer and use it in GitHub Desktop.
{
"sublimeTextKeymap.promptV3Features": true,
"editor.multiCursorModifier": "alt",
"editor.snippetSuggestions": "top",
"editor.formatOnPaste": true,
"editor.minimap.enabled": false,
"editor.wordWrap": "on",
"editor.tabSize": 2,
"files.insertFinalNewline": true,
"files.trimTrailingWhitespace": true,
// Basic settings: turn linter(s) on
"ruby.lint": {
"reek": false,
"rubocop": true,
"ruby": true, //Runs ruby -wc
"fasterer": true,
"debride": true,
"ruby-lint": false
},
"explorer.confirmDelete": false,
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment