Created
May 6, 2015 16:52
-
-
Save davidcp90/eafe6d9f622228430b2c to your computer and use it in GitHub Desktop.
my sublime settings
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
{ | |
"added_words": | |
[ | |
"customizado" | |
], | |
"caret_extra_width": 1, | |
"caret_style": "phase", | |
"close_windows_when_empty": false, | |
"color_scheme": "Packages/User/SublimeLinter/Flatland Monokai (SL).tmTheme", | |
"copy_with_empty_selection": false, | |
"dictionary": "Packages/Dictionaries/Spanish.dic", | |
"disable_tab_abbreviations_on_auto_complete": false, | |
"drag_text": false, | |
"draw_minimap_border": true, | |
"enable_tab_scrolling": false, | |
"fade_fold_buttons": false, | |
"findreplace_small": true, | |
"font_face": "Ubuntu", | |
"font_options": | |
[ | |
"no_round" | |
], | |
"font_size": 15, | |
"format_on_save": true, | |
"high_visibility_enabled_by_default": true, | |
"highlight_line": true, | |
"ignore_threshold": true, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"kill_highlight_on_threshold": false, | |
"match_brackets_content": false, | |
"match_selection": false, | |
"match_tags": false, | |
"open_files_in_new_window": false, | |
"overlay_scroll_bars": "disabled", | |
"preview_on_click": true, | |
"save_on_focus_lost": true, | |
"scroll_past_end": true, | |
"scroll_speed": 5.0, | |
"show_full_path": false, | |
"sidebar_default": true, | |
"tabs_small": true, | |
"theme": "predawn.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true, | |
"word_wrap": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment