Skip to content

Instantly share code, notes, and snippets.

@tracycodes
Created August 30, 2012 21:29
Show Gist options
  • Save tracycodes/3541597 to your computer and use it in GitHub Desktop.
Save tracycodes/3541597 to your computer and use it in GitHub Desktop.
Sublime Text 2 Configuration
{
"auto_match_enabled": false,
"bold_folder_labels": true,
"color_scheme": "Packages/Color Scheme - Default/Monokai Bright.tmTheme",
"default_line_ending": "unix",
"draw_indent_guides": true,
"ensure_newline_at_eof_on_save": false,
"file_exclude_patterns":
[
"optimized_includes.php",
".#*",
"optimizedWidget.php",
"optimizedWidget.js"
],
"folder_exclude_patterns":
[
"CVS",
"facebook",
"cp/webfiles/rightnow",
"simpletest1.1beta",
"optmized",
"generated"
],
"font_face": "Courier New",
"font_size": 8,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"ignored_words":
[
"foreach"
],
"rulers":
[
],
"scroll_past_end": true,
"shift_tab_unindent": true,
"spell_check": true,
"tab_size": 4,
"translate_tabs_to_spaces": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment