Skip to content

Instantly share code, notes, and snippets.

@stephenhowells
Created January 15, 2013 15:00
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 stephenhowells/4539225 to your computer and use it in GitHub Desktop.
Save stephenhowells/4539225 to your computer and use it in GitHub Desktop.
Sublime config 1-15-13
{
"auto_complete": true,
"auto_indent": true,
"auto_match_enabled": true,
"bold_folder_labels": true,
"caret_style": "smooth",
"close_windows_when_empty": false,
"color_scheme": "Packages/Color Scheme - Default/Twilight.tmTheme",
"default_encoding": "UTF-8",
"default_line_ending": "unix",
"detect_indentation": true,
"detect_slow_plugins": false,
"draw_minimap_border": false,
"draw_white_space": "selection",
"file_exclude_patterns":
[
".DS_Store",
".gitkeep",
".gitignore",
"icon.png",
"robots.txt",
".htaccess"
],
"fold_buttons": true,
"folder_exclude_patterns":
[
".git",
".sass-cache",
"log",
"tmp"
],
"font_face": "source code pro",
"font_size": 12,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"ExpressionEngine",
"HTML5"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"match_brackets": true,
"match_brackets_braces": true,
"match_brackets_content": true,
"match_brackets_square": true,
"match_tags": true,
"phoenix_color_darkblue": true,
"rulers":
[
100
],
"tab_completion": true,
"tab_size": 4,
"theme": "Phoenix Light.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": true,
"wrap_width": 100
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment