Skip to content

Instantly share code, notes, and snippets.

@dbalexandre
Created October 9, 2013 11:05
Show Gist options
  • Save dbalexandre/6899568 to your computer and use it in GitHub Desktop.
Save dbalexandre/6899568 to your computer and use it in GitHub Desktop.
Preferences.sublime-settings
{
"auto_complete_commit_on_tab": true,
"bold_folder_labels": true,
"color_scheme": "Packages/User/Monokai Soda.tmTheme",
"drag_text": false,
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
".tags",
".tags_sorted_by_file",
".gemtags"
],
"font_face": "Ubuntu Mono",
"font_options":
[
"subpixel_antialias"
],
"font_size": 20.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"RubyTest",
"Vintage"
],
"new_window_settings":
{
"show_minimap": false
},
"rulers":
[
80
],
"save_on_focus_lost": false,
"show_full_path": true,
"soda_classic_tabs": true,
"tab_size": 2,
"theme": "Soda Dark.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