Created
August 28, 2015 08:33
-
-
Save vishalbasnet23/18cff4ee4a160a1c0393 to your computer and use it in GitHub Desktop.
Sublime Text 3 User 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_show_minimap_viewport": true, | |
"bold_folder_labels": true, | |
"caret_extra_bottom": 3, | |
"caret_extra_top": 3, | |
"caret_extra_width": 2, | |
"enable_tab_scrolling": false, | |
"font_face": "Ubuntu Mono", | |
"font_options": | |
[ | |
"gray_antialias" | |
], | |
"font_size": 13, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"line_padding_bottom": 3, | |
"line_padding_top": 3, | |
"overlay_scroll_bars": "enabled", | |
"scroll_past_end": true, | |
"tab_completion": false, | |
"tab_size": 4, | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true, | |
"vintage_start_in_command_mode": true, | |
"word_wrap": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment