Last active
November 24, 2015 11:30
-
-
Save rickbenetti/9920387 to your computer and use it in GitHub Desktop.
Sublime Text 3 Preferences
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
| { | |
| "always_prompt_for_file_reload": false, | |
| "always_show_minimap_viewport": false, | |
| "animation_enabled": true, | |
| "atomic_save": true, | |
| "auto_close_tags": true, | |
| "auto_complete": true, | |
| "auto_complete_commit_on_tab": false, | |
| "auto_complete_delay": 50, | |
| "auto_complete_selector": "source - comment, meta.tag - punctuation.definition.tag.begin", | |
| "auto_complete_size_limit": 4194304, | |
| "auto_complete_triggers": | |
| [ | |
| { | |
| "characters": "<", | |
| "selector": "text.html" | |
| } | |
| ], | |
| "auto_complete_with_fields": false, | |
| "auto_find_in_selection": false, | |
| "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_extra_bottom": 0, | |
| "caret_extra_top": 0, | |
| "caret_extra_width": 1, | |
| "caret_style": "phase", | |
| "close_windows_when_empty": false, | |
| "color_inactive_tabs": false, | |
| "color_scheme": "Packages/Brackets Color Scheme/Brackets Light.tmTheme", | |
| "copy_with_empty_selection": false, | |
| "create_window_at_startup": true, | |
| "default_encoding": "UTF-8", | |
| "default_line_ending": "system", | |
| "detect_indentation": true, | |
| "drag_text": false, | |
| "draw_centered": false, | |
| "draw_indent_guides": true, | |
| "draw_minimap_border": false, | |
| "draw_white_space": "selection", | |
| "enable_hexadecimal_encoding": true, | |
| "enable_tab_scrolling": false, | |
| "enable_telemetry": "auto", | |
| "ensure_newline_at_eof_on_save": false, | |
| "fade_fold_buttons": true, | |
| "fallback_encoding": "UTF-8", | |
| "file_exclude_patterns": | |
| [ | |
| "*.pyc", | |
| "*.pyo", | |
| "*.exe", | |
| "*.dll", | |
| "*.obj", | |
| "*.o", | |
| "*.a", | |
| "*.lib", | |
| "*.so", | |
| "*.dylib", | |
| "*.ncb", | |
| "*.sdf", | |
| "*.suo", | |
| "*.pdb", | |
| "*.idb", | |
| ".DS_Store", | |
| "*.class", | |
| "*.psd", | |
| "*.db", | |
| "*.sublime-workspace" | |
| ], | |
| "find_selected_text": true, | |
| "fold_buttons": true, | |
| "folder_exclude_patterns": | |
| [ | |
| ".svn", | |
| ".git", | |
| ".hg", | |
| "CVS" | |
| ], | |
| "font_face": "Source Code Pro", | |
| "font_options": | |
| [ | |
| "no_round" | |
| ], | |
| "font_size": 14, | |
| "gpu_window_buffer": "auto", | |
| "gutter": true, | |
| "highlight_line": true, | |
| "highlight_modified_tabs": true, | |
| "hot_exit": true, | |
| "ignored_packages": | |
| [ | |
| "Theme - Piatto", | |
| "Theme - Afterglow", | |
| "Vintage" | |
| ], | |
| "indent_guide_options": | |
| [ | |
| "draw_normal" | |
| ], | |
| "indent_subsequent_lines": true, | |
| "indent_to_bracket": false, | |
| "index_exclude_patterns": | |
| [ | |
| "*.log" | |
| ], | |
| "index_files": true, | |
| "line_numbers": true, | |
| "line_padding_bottom": 1, | |
| "line_padding_top": 1, | |
| "margin": 4, | |
| "match_brackets": true, | |
| "match_brackets_angle": false, | |
| "match_brackets_braces": true, | |
| "match_brackets_content": false, | |
| "match_brackets_square": true, | |
| "match_selection": true, | |
| "match_tags": true, | |
| "move_to_limit_on_up_down": false, | |
| "open_files_in_new_window": false, | |
| "overlay_scroll_bars": "enabled", | |
| "preview_on_click": false, | |
| "remember_open_files": true, | |
| "rulers": | |
| [ | |
| ], | |
| "save_on_focus_lost": false, | |
| "scroll_past_end": true, | |
| "scroll_speed": 5.0, | |
| "sidebar_default": "large", // Replace default with xsmall, small, medium, large or xlarge | |
| "shift_tab_unindent": false, | |
| "show_encoding": false, | |
| "show_full_path": false, | |
| "show_line_endings": false, | |
| "show_panel_on_build": true, | |
| "show_tab_close_buttons": true, | |
| "smart_indent": true, | |
| "spell_check": false, | |
| "tab_completion": true, | |
| "tab_size": 4, | |
| "theme": "predawn.sublime-theme", | |
| "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": false, | |
| "use_tab_stops": true, | |
| "word_separators": "./\\()\"'-:,.;<>~!@#$%^&*|+=[]{}`~?\\.", | |
| "word_wrap": false, | |
| "wrap_width": 0 | |
| } |
Author
Author
Remoção do tema afterglow e ajustes de fontes.
Author
Atualização de dados e aplicação do tema Predawn.
Author
Atualização do Word Separators, Color Scheme
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Atualização com uso do tema AfterGlow, fonte e detalhes que fazem a diferença.