Created
August 22, 2012 07:55
-
-
Save eddievlagea/3423594 to your computer and use it in GitHub Desktop.
ST2 Prefs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"auto_indent": true, | |
"auto_match_enabled": true, | |
"caret_style": "smooth", | |
"close_windows_when_empty": true, | |
"color_scheme": "Packages/Theme - Aqua/Color Schemes/Tomorrow Night Aqua.tmTheme", | |
"detect_indentation": true, | |
"dictionary": "Packages/Language - English/en_US.dic", | |
"draw_centered": false, | |
"draw_indent_guides": true, | |
"draw_minimap_border": false, | |
"draw_white_space": "selection", | |
"ensure_newline_at_eof_on_save": false, | |
"fade_fold_buttons": false, | |
"fallback_encoding": "Western (Windows 1252)", | |
"file_exclude_patterns": | |
[ | |
"*.tmLanguage.cache", | |
"*.tmPreferences.cache", | |
"*.psd", | |
"*.psb", | |
"*.png", | |
"*.gif", | |
"*.jpg", | |
"*.jpeg", | |
"Gemfile.lock", | |
"*.pyc", | |
"*.pyo", | |
"*.exe", | |
"*.dll", | |
"*.ico", | |
"*.obj", | |
"*.o", | |
"*.a", | |
"*.lib", | |
"*.so", | |
"*.dylib", | |
"*.ncb", | |
"*.sdf", | |
"*.suo", | |
"*.pdb", | |
"*.idb", | |
".DS_Store", | |
"*.pdf", | |
"*.class", | |
"*.mov", | |
"*.mp3", | |
"*.mp4", | |
"*.swf", | |
"*.xls", | |
"*.bak", | |
"*.backup", | |
"*.acorn", | |
"*.license", | |
"*.zargo*" | |
], | |
"find_selected_text": true, | |
"fold_buttons": true, | |
"folder_exclude_patterns": | |
[ | |
".bundle", | |
".git", | |
".sass-cache", | |
"*.esproj", | |
"*.tiles", | |
".hg", | |
".hgcheck", | |
".senchasdk" | |
], | |
"font_face": "Ubuntu Mono", | |
"font_options": | |
[ | |
"subpixel_antialias" | |
], | |
"font_size": 18.0, | |
"gutter": true, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"Alignment", | |
"CSS-Less-ish", | |
"LiveReload", | |
"sublime-csspecific", | |
"Bracketeer", | |
"Vintage" | |
], | |
"indent_guide_options": | |
[ | |
"draw_normal" | |
], | |
"indent_subsequent_lines": true, | |
"line_numbers": true, | |
"line_padding_bottom": 0, | |
"line_padding_top": 0, | |
"match_brackets": true, | |
"match_brackets_angle": true, | |
"match_brackets_braces": true, | |
"match_brackets_content": true, | |
"match_brackets_square": true, | |
"match_tags": true, | |
"open_files_in_new_window": false, | |
"overlay_scroll_bars": "enabled", | |
"rulers": | |
[ | |
120, 80 | |
], | |
"save_on_focus_lost": false, | |
"scroll_past_end": true, | |
"shift_tab_unindent": true, | |
"show_tab_close_buttons": false, | |
"spell_check": false, | |
"tab_completion": true, | |
"tab_size": 2, | |
"translate_tabs_to_spaces": false, | |
"trim_automatic_white_space": true, | |
"trim_trailing_white_space_on_save": true, | |
"use_simple_full_screen": false, | |
"use_tab_stops": true, | |
"word_separators": "./\\()\"'-:,.;<>~!@#$%^&*|+=[]{}`~?", | |
"word_wrap": true, | |
"wrap_width": 0 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment