Skip to content

Instantly share code, notes, and snippets.

@coderberry
Created October 17, 2011 16:34
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save coderberry/1293023 to your computer and use it in GitHub Desktop.
Save coderberry/1293023 to your computer and use it in GitHub Desktop.
Ruby.sublime-settings
{
// 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,
"font_face": "Droid Sans Mono",
"font_size": 15,
// If translate_tabs_to_spaces is true, use_tab_stops will make tab and
// backspace insert/delete up to the next tabstop
"use_tab_stops": true,
"extensions": [
"Gemfile",
"Gemfile.lock",
"Vagrantfile",
"Vagrantfile.ono_base",
"Vagrantfile.lead_playback",
"Vagrantfile.all",
"Thorfile"
]
}
@kaleemullah360
Copy link

How can I use this settings. please guide me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment