Skip to content

Instantly share code, notes, and snippets.

@claudiug
Created January 24, 2014 10:53
Show Gist options
  • Save claudiug/8595351 to your computer and use it in GitHub Desktop.
Save claudiug/8595351 to your computer and use it in GitHub Desktop.
{
"auto_indent": true,
"bold_folder_labels": true,
"ensure_newline_at_eof_on_save": true,
"caret_style": "phase",
"cmd":
[
"rvm-auto-ruby",
"$file"
],
"color_scheme": "Packages/Theme - Spacegray/base16-eighties.dark.tmTheme",
"draw_indent_guides": true,
"draw_white_space": "all",
"env":
{
"PATH": "${HOME}/.rvm/bin:${PATH}"
},
"file_regex": "^(...*?):([0-9]*):?([0-9]*)",
"font_face": "Monaco",
"font_options":
[
"no_antialias"
],
"font_size": 12.5,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 0.3,
"line_padding_top": 0.3,
"save_on_focus_lost": true,
"selector": "source.ruby",
"tab_size": 2,
"theme": "Spacegray.sublime-theme",
"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