Skip to content

Instantly share code, notes, and snippets.

@craiggists
Last active October 2, 2015 19:38
Show Gist options
  • Save craiggists/2306205 to your computer and use it in GitHub Desktop.
Save craiggists/2306205 to your computer and use it in GitHub Desktop.
SublimeText: Settings-User
{
"close_windows_when_empty": true,
"color_scheme": "Packages/Color Scheme - Default/toychest.tmTheme",
"detect_slow_plugins": false,
"file_exclude_patterns":
[
".DS_Store",
"*.lib",
"*.log"
],
"folder_exclude_patterns":
[
"bin",
".bundle",
".git",
".sass-cache",
"tmp",
"wp-admin",
"wp-includes"
],
"font_face": "Letter Gothic Std",
"font_size": 19.0,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 2,
"line_padding_top": 2,
"match_brackets": true,
"match_brackets_angle": true,
"match_brackets_braces": true,
"match_brackets_content": true,
"match_brackets_square": true,
"open_files_in_new_window": false,
"scroll_past_end": true,
"tab_size": 2,
"theme": "Flatland Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"use_simple_full_screen": true,
"wide_caret": true,
"word_wrap": true,
"minimap_scroll_to_clicked_text": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment