Skip to content

Instantly share code, notes, and snippets.

@claudiug
Created January 14, 2014 17:40
Show Gist options
  • Save claudiug/8422412 to your computer and use it in GitHub Desktop.
Save claudiug/8422412 to your computer and use it in GitHub Desktop.
sublime 3 settings
{
"auto_indent": true,
"bold_folder_labels": true,
"caret_style": "phase",
"cmd":
[
"rvm-auto-ruby",
"$file"
],
"color_scheme": "Packages/IR_Black.tmTheme",
"draw_indent_guides": true,
"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.5,
"line_padding_top": 0.5,
"save_on_focus_lost": true,
"selector": "source.ruby",
"soda_classic_tabs": false,
"soda_folder_icons": false,
"tab_size": 2,
"theme": "Soda Light.sublime-theme",
"translate_tabs_to_spaces": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment