Skip to content

Instantly share code, notes, and snippets.

@ckgagan
Created August 27, 2012 06:10
Show Gist options
  • Save ckgagan/3486112 to your computer and use it in GitHub Desktop.
Save ckgagan/3486112 to your computer and use it in GitHub Desktop.
Sublime User settings
{
"anypreter_output_inteval": 1,
"anypreter_stream_output": false,
"bold_folder_labels": false,
"detect_slow_plugins": false,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".bundle",
"--trace"
],
"font_size": 13.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"indent_guide_options":
[
"draw_active"
],
"ruby_binary_path": "/Users/sts153/.rvm/rubies/ruby-1.9.3-p125/bin/ruby",
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": false,
"find_selected_text": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment