Created
August 27, 2012 06:10
-
-
Save ckgagan/3486112 to your computer and use it in GitHub Desktop.
Sublime User settings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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