Skip to content

Instantly share code, notes, and snippets.

@5minpause
Created August 22, 2012 08:37
Show Gist options
  • Save 5minpause/3423785 to your computer and use it in GitHub Desktop.
Save 5minpause/3423785 to your computer and use it in GitHub Desktop.
Sublime Text2 preferences
{
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"font_face": "Menlo",
"font_size": 10,
"font_options": [],
"word_separators": "./\\()\"'-:,.;<>~!@#$%^&*|+=[]{}`~?",
"line_numbers": true,
"gutter": true,
"margin": 1,
"fold_buttons": true,
"fade_fold_buttons": true,
"rulers": [],
"spell_check": false,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"use_tab_stops": false,
"detect_indentation": true,
"auto_indent": true,
"smart_indent": true,
"indent_to_bracket": true,
"trim_automatic_white_space": true,
"word_wrap": true,
"wrap_width": 80,
"indent_subsequent_lines": true,
"draw_centered": false,
"auto_match_enabled": true,
"dictionary": "Packages/Language - English/en_US.dic",
"draw_minimap_border": false,
"highlight_line": true,
"caret_style": "solid",
"match_brackets": true,
"match_brackets_content": true,
"match_brackets_square": true,
"match_brackets_braces": true,
"match_brackets_angle": false,
"match_tags": true,
"match_selection": true,
"line_padding_top": 0,
"line_padding_bottom": 0,
"scroll_past_end": true,
"move_to_limit_on_up_down": false,
"draw_white_space": "all",
"draw_indent_guides": true,
"indent_guide_options": ["draw_normal"],
"trim_trailing_white_space_on_save": true,
"ensure_newline_at_eof_on_save": false,
"save_on_focus_lost": false,
"fallback_encoding": "Western (Windows 1252)",
"default_encoding": "UTF-8",
"enable_hexadecimal_encoding": true,
"default_line_ending": "system",
"tab_completion": true,
"auto_complete": true,
"auto_complete_size_limit": 4194304,
"auto_complete_delay": 50,
"auto_complete_selector": "source - comment",
"auto_complete_triggers": [ {"selector": "text.html", "characters": "<"} ],
"auto_complete_commit_on_tab": false,
"auto_complete_with_fields": false,
"shift_tab_unindent": false,
"find_selected_text": true,
"drag_text": true,
//
// User Interface Settings
//
"theme": "Default.sublime-theme",
"scroll_speed": 1.0,
"tree_animation_enabled": true,
"highlight_modified_tabs": false,
"show_tab_close_buttons": true,
"bold_folder_labels": true,
"use_simple_full_screen": false,
"overlay_scroll_bars": "system",
//
// Application Behavior Settings
//
"hot_exit": true,
"remember_open_files": true,
"open_files_in_new_window": true,
"create_window_at_startup": true,
"close_windows_when_empty": false,
"show_full_path": true,
"show_panel_on_build": true,
"preview_on_click": true,
"folder_exclude_patterns": [".svn", ".git", ".hg", "CVS", ".sass-cache", "coverage", "log", "tmp"],
"file_exclude_patterns": ["*.pyc", "*.pyo", "*.exe", "*.dll", "*.obj","*.o", "*.a", "*.lib", "*.so", "*.dylib", "*.ncb", "*.sdf", "*.suo", "*.pdb", "*.idb", ".DS_Store", "*.class", "*.psd", "*.db", ".DS_Store"],
"binary_file_patterns": ["*.jpg", "*.jpeg", "*.png", "*.gif", "*.ttf", "*.tga", "*.dds", "*.ico", "*.eot", "*.pdf", "*.swf", "*.jar", "*.zip"],
"ignored_packages": ["Vintage"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment