Skip to content

Instantly share code, notes, and snippets.

@ZoeyYoung
Created December 8, 2012 11:18
Show Gist options
  • Save ZoeyYoung/4239875 to your computer and use it in GitHub Desktop.
Save ZoeyYoung/4239875 to your computer and use it in GitHub Desktop.
Sublime Text 2 User Setting
{
"auto_complete_commit_on_tab": true,
"bold_folder_labels": true,
"color_scheme": "Packages/User/Monokai Soda.tmTheme",
"default_line_ending": "unix",
"detect_slow_plugins": false,
"draw_minimap_border": true,
"draw_white_space": "all",
"fade_fold_buttons": false,
"font_face": "Ubuntu Mono",
"font_size": 16,
"folder_exclude_patterns":
[
"bin",
".bundle",
".sass-cache",
"tmp"
],
"highlight_line": true,
"highlight_modified_tabs": true,
"line_padding_bottom": 1,
"line_padding_top": 1,
"scroll_past_end": true,
"shift_tab_unindent": true,
"tab_size": 4,
"theme": "Soda Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"vintage_start_in_command_mode": true,
"wide_caret": true,
"word_wrap": true,
"wrap_width": 80
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment