Skip to content

Instantly share code, notes, and snippets.

@hsigrist
Created July 9, 2013 21:32
Show Gist options
  • Select an option

  • Save hsigrist/5961474 to your computer and use it in GitHub Desktop.

Select an option

Save hsigrist/5961474 to your computer and use it in GitHub Desktop.
st2_Preferences
{
"auto_complete_commit_on_tab": true,
"bold_folder_labels": true,
"color_scheme": "Packages/TextMate-Tomorrow-Theme/Tomorrow-Night.tmTheme",
"create_window_at_startup": false,
"default_encoding": "UTF-8",
"detect_slow_plugins": false,
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
".DS_Store"
],
"folder_exclude_patterns":
[
"bin",
".bundle",
".git",
".sass-cache",
"tmp"
],
"font_face": "PragmataPro",
"font_size": 16.0,
"gpu_window_buffer": true,
"gutter": true,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"scroll_past_end": true,
"soda_classic_tabs": true,
"soda_retina_fix": true,
"tab_size": 2,
"theme": "Soda Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"vintage_start_in_command_mode": true,
"wide_caret": true,
"word_separators": "./\\()\"'-:,.;<>~!@#$%^&*|+=[]{}`~?_",
"word_wrap": true,
"wrap_width": 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment