Skip to content

Instantly share code, notes, and snippets.

@demogar
Created December 2, 2011 23:48
Show Gist options
  • Select an option

  • Save demogar/1425385 to your computer and use it in GitHub Desktop.

Select an option

Save demogar/1425385 to your computer and use it in GitHub Desktop.
Ruby.sublime-settings
{
"extensions":
[
"rb",
"ru",
"Gemfile",
"Rakefile"
],
"rulers":
[
80
],
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment