Skip to content

Instantly share code, notes, and snippets.

@isubas
Created January 23, 2019 09:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save isubas/c893a901bc1153810057fa5d2d7226c8 to your computer and use it in GitHub Desktop.
Save isubas/c893a901bc1153810057fa5d2d7226c8 to your computer and use it in GitHub Desktop.
{
"workbench.colorTheme": "Dark (Molokai)",
"workbench.iconTheme": "easy-icons",
"window.zoomLevel": 1,
"ruby.lint": {
"ruby": {
"unicode": true //Runs ruby -wc -Ku
},
"rubocop": {
"lint": true,
"rails": true
},
"reek": false
},
"[ruby]": {
"editor.tabSize": 2
},
"[html]": {
"editor.tabSize": 2
},
"[markdown]": {
"editor.wordWrap": "on"
},
"editor.rulers": [
80,
90,
100,
120
],
"[erb]": {
"editor.tabSize": 2
},
"extensions.ignoreRecommendations": true,
"emmet.triggerExpansionOnTab": true,
"editor.fontFamily": "'Fira Code'",
"editor.fontLigatures": true,
"trailing-spaces.trimOnSave": true,
"files.insertFinalNewline": true,
"editor.formatOnSave": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment