Last active
August 29, 2015 14:05
-
-
Save denisinla/ed7d2413e577fa3066f9 to your computer and use it in GitHub Desktop.
February2015 Preferences for ST3
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
Show hidden characters
{ | |
"theme": "Glacier.sublime-theme", | |
"color_scheme": "Packages/Theme - Glacier/glacier.tmTheme", | |
"color_inactive_tabs": true, | |
"detect_indentation": false, | |
"folder_exclude_patterns": | |
[ | |
".svn", | |
".git", | |
".hg", | |
"CVS", | |
"tmp/class-*", | |
"tmp/es_*", | |
"tmp/jshinter*", | |
"tmp/replace_*", | |
"tmp/static_compiler*", | |
"tmp/template_compiler*", | |
"tmp/tree_merger*", | |
"tmp/coffee_script*", | |
"tmp/concat-tmp*", | |
"tmp/export_tree*", | |
"tmp/sass_compiler*" | |
], | |
"font_face": "Source Code Pro", | |
"font_size": 14, | |
"font_options": ["no_round"], | |
"highlight_line": true, | |
"caret_extra_width": 1, | |
"caret_style": "phase", | |
"word_wrap": false, | |
"ignored_packages": | |
[ | |
"Theme - Numix", | |
"Markdown", | |
"Vintage" | |
], | |
"open_files_in_new_window": true, | |
"reveal-on-activate": true, | |
"tab_size": 2, | |
"tabs_medium": true, | |
"trailing_spaces_include_current_line": false, | |
"translate_tabs_to_spaces": true, | |
"word_wrap": true, | |
"copy_with_empty_selection": false, | |
"drag_text": false, | |
"match_brackets_content": false, | |
"match_selection": false, | |
"match_tags": false, | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true, | |
"sidebar_default": true, // Replace default with xsmall, small, medium, large or xlarge | |
"close_windows_when_empty": false, | |
"draw_minimap_border": true, | |
"enable_tab_scrolling": false, | |
"overlay_scroll_bars": "enabled", | |
"open_files_in_new_window": false, | |
"preview_on_click": false, | |
"scroll_past_end": true, | |
"scroll_speed": 5.0, | |
"show_full_path": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment