Skip to content

Instantly share code, notes, and snippets.

@harshalbhakta
Last active June 22, 2017 05:00
Show Gist options
  • Select an option

  • Save harshalbhakta/290a988427a7f46b222a50a2e7ce7148 to your computer and use it in GitHub Desktop.

Select an option

Save harshalbhakta/290a988427a7f46b222a50a2e7ce7148 to your computer and use it in GitHub Desktop.
Text Editor Settings for Ruby on Rails
  • Settings -> Editor
    • Tab Length: 2
    • Tab Type: soft
  • Settings -> Packages -> Whitespace
    • Remove trailing whitespace: Checked
{
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
{
"editor.tabSize": 2,
"editor.insertSpaces": true,
"files.trimTrailingWhitespace": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment