Created
October 17, 2016 13:56
-
-
Save rbk/af4f12f7ca0b0ef9df83bde75227a4f2 to your computer and use it in GitHub Desktop.
Sublime Text 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
{ | |
"always_show_minimap_viewport": true, | |
"bold_folder_labels": true, | |
"caret_extra_bottom": 1, | |
"caret_extra_top": 1, | |
"caret_extra_width": 1, | |
"caret_style": "blink", | |
"color_scheme": "Packages/Boxy Theme/schemes/Boxy Monokai.tmTheme", | |
"fade_fold_buttons": false, | |
"font_face": "hermit", | |
"font_size": 9, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"indent_guide_options": | |
[ | |
"draw_normal", | |
"draw_active" | |
], | |
"line_padding_bottom": 1, | |
"line_padding_top": 1, | |
"overlay_scroll_bars": "enabled", | |
"show_encoding": true, | |
"show_line_endings": true, | |
"tab_size": 2, | |
"theme": "Boxy Monokai.sublime-theme", | |
"translate_tabs_to_spaces": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment