Created
June 25, 2015 02:18
-
-
Save bytefade/e40da67732ed04ad5892 to your computer and use it in GitHub Desktop.
sublime
This file contains hidden or 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_complete": true, | |
"auto_complete_commit_on_tab": true, | |
"auto_complete_delay": 5, | |
"auto_complete_selector": "source - comment", | |
"auto_complete_size_limit": 4194304, | |
"auto_complete_triggers": | |
[ | |
{ | |
"characters": "<", | |
"selector": "text.html" | |
} | |
], | |
"auto_complete_with_fields": true, | |
"auto_indent": true, | |
"auto_match_enabled": true, | |
"binary_file_patterns": | |
[ | |
"*.jpg", | |
"*.jpeg", | |
"*.png", | |
"*.gif", | |
"*.ttf", | |
"*.tga", | |
"*.dds", | |
"*.ico", | |
"*.eot", | |
"*.pdf", | |
"*.swf", | |
"*.jar", | |
"*.zip" | |
], | |
"bold_folder_labels": true, | |
"caret_style": "phase", | |
"color_scheme": "Packages/Predawn Monokai/Predawn Monokai.tmTheme", | |
"default_encoding": "UTF-8", | |
"default_line_ending": "system", | |
"detect_indentation": true, | |
"dictionary": "Packages/User/language/Vero_pt_BR_V208AOC.dic", | |
"draw_centered": false, | |
"draw_indent_guides": true, | |
"draw_minimap_border": true, | |
"draw_white_space": "selection", | |
"enable_hexadecimal_encoding": true, | |
"ensure_newline_at_eof_on_save": false, | |
"fade_fold_buttons": true, | |
"fallback_encoding": "Western (Windows 1252)", | |
"file_exclude_patterns": | |
[ | |
"*.pyc", | |
"*.pyo", | |
"*.exe", | |
"*.dll", | |
"*.obj", | |
"*.o", | |
"*.a", | |
"*.lib", | |
"*.so", | |
"*.dylib", | |
"*.ncb", | |
"*.sdf", | |
"*.suo", | |
"*.pdb", | |
"*.idb", | |
".DS_Store", | |
"*.class", | |
"*.psd", | |
"*.db", | |
"*.sublime-*" | |
], | |
"find_selected_text": true, | |
"findreplace_small": true, | |
"fold_buttons": true, | |
"folder_exclude_patterns": | |
[ | |
".svn", | |
".git", | |
".hg", | |
"CVS" | |
], | |
"font_face": "SourceCodePro Semibold", | |
"font_options": | |
[ | |
"DirectWrite", | |
"subpixel_antialias" | |
], | |
"font_size": 14, | |
"gutter": true, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"hot_exit": false, | |
"ignored_packages": | |
[ | |
"Vintage", | |
"Theme - itg.flat", | |
"Theme - Brogrammer" | |
], | |
"indent_guide_options": | |
[ | |
"draw_normal", | |
"draw_active" | |
], | |
"indent_subsequent_lines": true, | |
"indent_to_bracket": false, | |
"itg_small_tabs": true, | |
"line_numbers": true, | |
"line_padding_bottom": 2, | |
"line_padding_top": 2, | |
"margin": 0, | |
"match_brackets": true, | |
"match_brackets_angle": false, | |
"match_brackets_braces": true, | |
"match_brackets_content": true, | |
"match_brackets_square": true, | |
"match_selection": true, | |
"match_tags": true, | |
"move_to_limit_on_up_down": false, | |
"open_files_in_new_window": true, | |
"overlay_scroll_bars": "enabled", | |
"remember_full_screen": true, | |
"remember_open_files": true, | |
"rulers": | |
[ | |
], | |
"save_on_focus_lost": true, | |
"scroll_past_end": true, | |
"scroll_speed": 1.0, | |
"shift_tab_unindent": true, | |
"show_tab_close_buttons": true, | |
"smart_indent": true, | |
"soda_classic_tabs": true, | |
"soda_folder_icons": true, | |
"spell_check": false, | |
"tab_completion": true, | |
"tab_size": 2, | |
"tabs_small": true, | |
"theme": "predawn-DEV.sublime-theme", | |
"trailing_spaces_include_current_line": false, | |
"translate_tabs_to_spaces": true, | |
"tree_animation_enabled": true, | |
"trim_automatic_white_space": true, | |
"trim_trailing_white_space_on_save": true, | |
"use_simple_full_screen": true, | |
"use_tab_stops": true, | |
"wide_caret": true, | |
"word_separators": "./\\()\"'-:,.;<>~!@#$%^&*|+=[]{}`~?", | |
"word_wrap": true, | |
"wrap_width": 80 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment