Skip to content

Instantly share code, notes, and snippets.

@shikendon
Last active August 23, 2022 11:58
Show Gist options
  • Save shikendon/bba8ecfa49e1f8b9cce6204629217b47 to your computer and use it in GitHub Desktop.
Save shikendon/bba8ecfa49e1f8b9cce6204629217b47 to your computer and use it in GitHub Desktop.
My settings for Visual Studio Code
// Place your settings in this file to overwrite the default settings
// Extensions:
// - ESLint
// - Material Icon Theme
// - Material Theme Kit
// - Ruby
// - stylelint
{
"editor.scrollBeyondLastLine": false,
"editor.tabSize": 2,
"ruby.lint": {
"rubocop": true
},
"eslint.packageManager": "yarn",
"editor.wordWrap": "off",
"workbench.colorTheme": "Material Night Eighties",
"workbench.iconTheme": "material-icon-theme",
"material-icon-theme.showUpdateMessage": false,
"editor.formatOnPaste": false,
"editor.snippetSuggestions": "top"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment