Skip to content

Instantly share code, notes, and snippets.

@joshgreen
Last active August 29, 2015 14:03
Show Gist options
  • Save joshgreen/d910c4e8ad01418ef929 to your computer and use it in GitHub Desktop.
Save joshgreen/d910c4e8ad01418ef929 to your computer and use it in GitHub Desktop.
Sublime Text 3 User settings 20140901
{
"auto_complete": true,
"auto_indent": true,
"bold_folder_labels": true,
"caret_extra_bottom": 2,
"caret_extra_top": 2,
"color_scheme": "Packages/User/predawn (SL).tmTheme",
"detect_slow_plugins": false,
"dictionary": "Packages/Language - English/en_GB.dic",
"draw_white_space": "selection",
"file_exclude_patterns":
[
".DS_Store",
".gitkeep"
],
"folder_exclude_patterns":
[
".git",
"coverage",
"tmp",
".svn",
".hg",
"CVS",
"tmp",
".bundle",
".sass-cache"
],
"font_face": "Source Code Pro Light",
"font_options":
[
"no_bold",
"subpixel_antialias"
],
"font_size": 13.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage",
"RestructuredText",
"Markdown"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"itg_sidebar_tree_xsmall": true,
"itg_small_tabs": true,
"line_padding_bottom": 1,
"line_padding_top": 1,
"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,
"save_on_focus_lost": true,
"show_panel_on_build": false,
"tab_size": 2,
"theme": "predawn.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": false,
"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