Skip to content

Instantly share code, notes, and snippets.

@piersadrian
Created October 14, 2013 19:51
Show Gist options
  • Save piersadrian/6981141 to your computer and use it in GitHub Desktop.
Save piersadrian/6981141 to your computer and use it in GitHub Desktop.
ST settings
{
"auto_complete_commit_on_tab": true,
"auto_complete_delay": 50,
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/tomorrow-theme/textmate/Tomorrow-Night.tmTheme",
"create_window_at_startup": false,
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
".DS_Store"
],
"folder_exclude_patterns":
[
"bin",
".bundle",
".git",
".sass-cache"
],
"font_face": "Inconsolata",
"font_size": 14.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Trimmer",
"Vintage",
"TrailingSpaces"
],
"indent_to_bracket": true,
"line_padding_top": 1,
"phoenix_color_blue": true,
"phoenix_solid_current_tab": true,
"phoenix_tabs_small": true,
"tab_size": 2,
"theme": "Phoenix Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"tree_animation_enabled": false,
"trim_trailing_white_space_on_save": true,
"use_simple_full_screen": true,
"wide_caret": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment