Created
April 4, 2015 22:35
-
-
Save padsbanger/6ea041ec15b3fbd63daa to your computer and use it in GitHub Desktop.
Preferences.sublime-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
{ | |
"caret_extra_width": 1, | |
"caret_style": "phase", | |
"close_windows_when_empty": false, | |
"color_scheme": "Packages/User/SublimeLinter/Afterglow-monokai (SL).tmTheme", | |
"copy_with_empty_selection": true, | |
"detect_slow_plugins": false, | |
"drag_text": false, | |
"draw_minimap_border": true, | |
"enable_tab_scrolling": false, | |
"font_face": "Inconsolata-g", | |
"font_size": 12, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"match_brackets_content": false, | |
"match_selection": false, | |
"match_tags": false, | |
"open_files_in_new_window": false, | |
"preview_on_click": false, | |
"scroll_past_end": true, | |
"scroll_speed": 5.0, | |
"show_full_path": true, | |
"spacegray_tabs_font_large": true, | |
"spacegray_tabs_large": true, | |
"tab_size": 2, | |
"tabs_medium": true, | |
"tabs_padding_medium": true, | |
"theme": "Afterglow.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true, | |
"word_wrap": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment