Last active
August 29, 2015 14:07
-
-
Save mkalygin/4131e2d9570f682cc051 to your computer and use it in GitHub Desktop.
Sublime Text User Preferences
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
{ | |
"always_show_minimap_viewport": true, | |
"auto_match_enabled": false, | |
"bold_folder_labels": true, | |
"caret_extra_width": 1, | |
"caret_style": "phase", | |
"color_scheme": "Packages/User/Solarized-ocean (SL).tmTheme", | |
"draw_minimap_border": true, | |
"draw_white_space": "all", | |
"ensure_newline_at_eof_on_save": true, | |
"fade_fold_buttons": false, | |
"font_face": "Anonymous Pro", | |
"font_size": 16, | |
"highlight_line": true, | |
"ignored_packages": [ "Vintage", "Git" ], | |
"line_padding_bottom": 5, | |
"line_padding_top": 5, | |
"rulers": [100], | |
"show_encoding": true, | |
"tab_size": 2, | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true, | |
"wide_caret": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment