Skip to content

Instantly share code, notes, and snippets.

@stephenhowells
Created September 12, 2012 00:04
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save stephenhowells/3703146 to your computer and use it in GitHub Desktop.
Current Sublime Text 2 Settings
{
"auto_complete": true,
"auto_indent": true,
"auto_match_enabled": true,
"bold_folder_labels": true,
"caret_style": "smooth",
"color_scheme": "Packages/User/Made of Code.tmTheme",
"default_encoding": "UTF-8",
"default_line_ending": "unix",
"detect_indentation": true,
"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",
"img"
],
"font_face": "menlo",
"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,
"rulers":
[
100
],
"tab_completion": true,
"tab_size": 4,
"theme": "AppKit.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": true,
"wrap_width": 100,
"close_windows_when_empty": false,
"draw_minimap_border": true,
"detect_slow_plugins": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment