Last active
September 22, 2015 07:38
-
-
Save cabans/69170a6c96127b8b9e45 to your computer and use it in GitHub Desktop.
Sublime Text 3 Personal Settings
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
Show hidden characters
{ | |
"always_show_minimap_viewport": true, | |
"atomic_save": true, | |
"auto_complete_selector": "source, text", | |
"bold_folder_labels": true, | |
"caret_extra_width": 0, | |
"caret_style": "phase", | |
"close_windows_when_empty": false, | |
"color_scheme": "Packages/User/SublimeLinter/Tomorrow-Night (SL).tmTheme", | |
"detect_indentation": false, | |
"dictionary": "Packages/Dictionaries/Spanish.dic", | |
"enable_tab_scrolling": false, | |
"fade_fold_buttons": false, | |
"folder_exclude_patterns": | |
[ | |
".bundle", | |
".sass-cache", | |
".phpintel", | |
"node_modules", | |
".git" | |
], | |
"font_face": "Input", | |
"font_options": | |
[ | |
"no_round" | |
], | |
"font_size": 12, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"indent_guide_options": | |
[ | |
"draw_active" | |
], | |
"line_padding_bottom": 1, | |
"line_padding_top": 1, | |
"open_files_in_new_window": false, | |
"overlay_scroll_bars": "enabled", | |
"scroll_past_end": true, | |
"scroll_speed": 5.0, | |
"sidebar_large": true, | |
"tab_size": 4, | |
"theme": "Cola.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true, | |
"wide_caret": true, | |
"word_wrap": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment