Skip to content

Instantly share code, notes, and snippets.

@cemeng
Created August 1, 2011 03:45
Show Gist options
  • Save cemeng/1117539 to your computer and use it in GitHub Desktop.
Save cemeng/1117539 to your computer and use it in GitHub Desktop.
Ruby Sublime Settings
// Settings in here override those in "Default/Base File.sublime-settings", and
// are overridden in turn by file type specific settings. Place your settings
// here, to ensure they're preserved when upgrading.
{
"tab_size": 2,
"translate_tabs_to_spaces": true,
"detect_indentation": true,
"use_tab_stops": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment