Skip to content

Instantly share code, notes, and snippets.

@Mak0
Forked from coderberry/Ruby.sublime-settings
Created June 26, 2013 05:38
Show Gist options
  • Save Mak0/5865017 to your computer and use it in GitHub Desktop.
Save Mak0/5865017 to your computer and use it in GitHub Desktop.
{
// 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"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment