Skip to content

Instantly share code, notes, and snippets.

@famulus
Created November 30, 2012 22:02
Show Gist options
  • Select an option

  • Save famulus/4179017 to your computer and use it in GitHub Desktop.

Select an option

Save famulus/4179017 to your computer and use it in GitHub Desktop.
sublime rails
{
"font_size": 15.0,
// The number of spaces a tab is considered equal to
"tab_size": 2,
// Set to true to insert spaces when tab is pressed
"translate_tabs_to_spaces": true,
"ignored_packages":
[
"Vintage",
"Simple Rails Navigator"
]
}
{
"font_size": 15.0,
// The number of spaces a tab is considered equal to
"tab_size": 2,
// Set to true to insert spaces when tab is pressed
"translate_tabs_to_spaces": true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment