Skip to content

Instantly share code, notes, and snippets.

@Sulcalibur
Last active December 26, 2015 16:29
Show Gist options
  • Save Sulcalibur/7180412 to your computer and use it in GitHub Desktop.
Save Sulcalibur/7180412 to your computer and use it in GitHub Desktop.
Sublime Text settings
{
"auto_complete_commit_on_tab": true,
"bold_folder_labels": true,
"color_scheme": "Packages/Color Scheme - Default/toychest.tmTheme",
"detect_indentation": true,
"detect_slow_plugins": false,
"draw_indent_guides": true,
"draw_white_space": "all",
"file_exclude_patterns":
[
".DS_Store",
".hammer-ignore",
"*.sublime-project",
"*.sublime-workspace"
],
"folder_exclude_patterns":
[
"bin",
".bundle",
".git",
".gitignore",
".sass-cache",
"tmp",
"*.sketch",
"*.esproj",
"wp-admin",
"wp-includes"
],
"font_face": "Menlo Regular",
"font_options":
[
"no_bold",
"subpixel_antialias"
],
"font_size": 12.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"SyncedSideBar",
"SublimeEvernote",
"WordPress Readme to Markdown",
"Wordpress",
"Vintage",
"SVN"
],
"new_window_settings":
{
"hide_open_files": true,
"show_minimap": true,
"side_bar_visible": false,
"status_bar_visible": true
},
"open_files_in_new_window": false,
"phoenix_color_expanded_folder": true,
"phoenix_color_pink": true,
"phoenix_dirty_bottom_bar": true,
"phoenix_dirty_bottom_bar_red": true,
"phoenix_eighties": true,
"phoenix_highlight_current_tab": true,
"phoenix_sidebar_tree_medium": true,
"phoenix_solid_current_tab": false,
"scroll_past_end": true,
"spell_check": true,
"tab_size": 2,
"theme": "Spacegray.sublime-theme",
"todo":
{
"case_sensitive": false,
"file_exclude_patterns":
[
"*.css",
"*.po",
"*.mo"
],
"folder_exclude_patterns":
[
"build",
"raw"
],
"patterns":
{
"BUG": "BUG[\\s]*?:+(?P<bug>.*)$",
"CHANGED": "CHANGED[\\s]*?:+(?P<changed>\\S.*)$",
"FIXME": "FIX ?ME[\\s]*?:+(?P<fixme>\\S.*)$",
"HUH": "HUH[\\s]*?:+(?P<huh>.*)$",
"NOTE": "NOTE[\\s]*?:+(?P<note>.*)$",
"TODO": "TODO[\\s]*?:+(?P<todo>.*)$"
},
"result_title": "TODO Results"
},
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment