Skip to content

Instantly share code, notes, and snippets.

@craigkeeling
Last active August 29, 2015 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save craigkeeling/aaa62436e7a9fca51b6d to your computer and use it in GitHub Desktop.
Save craigkeeling/aaa62436e7a9fca51b6d to your computer and use it in GitHub Desktop.
ST Settings USER
{
"close_windows_when_empty": true,
"color_scheme": "Packages/Theme - Spacegray/base16-eighties.dark.tmTheme",
"detect_slow_plugins": false,
"default_encoding": "UTF-8",
"file_exclude_patterns":
[
".DS_Store",
"*.lib",
"*.log"
],
"folder_exclude_patterns":
[
"bin",
".bundle",
".git",
".sass-cache",
"tmp",
"wp-admin",
"wp-includes"
],
"font_face": "Fira Mono",
"font_size": 18.0,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Markdown",
"PHP-Twig",
"Vintage"
],
"match_brackets": true,
"match_brackets_angle": true,
"match_brackets_braces": true,
"match_brackets_content": true,
"match_brackets_square": true,
"minimap_scroll_to_clicked_text": false,
"scroll_past_end": true,
"tab_size": 2,
"theme": "Spacegray Eighties.sublime-theme",
"translate_tabs_to_spaces": 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