Skip to content

Instantly share code, notes, and snippets.

@rafaelss
Last active December 15, 2015 07:39
Show Gist options
  • Save rafaelss/5224882 to your computer and use it in GitHub Desktop.
Save rafaelss/5224882 to your computer and use it in GitHub Desktop.
SublimeText2 User Preferences
{
"auto_complete": false,
"bold_folder_labels": true,
"color_scheme": "Packages/RailsCasts Colour Scheme/RailsCastsColorScheme.tmTheme",
"detect_indentation": true,
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"font_face": "Droid Sans Mono",
"font_size": 14,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"remember_open_files": false,
"rulers":
[
80
],
"shift_tab_unindent": true,
"show_full_path": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment