Last active
July 6, 2017 10:10
-
-
Save thehig/2017ee5556b9f6c1a40d6984fc50ad3f to your computer and use it in GitHub Desktop.
subl: 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
{ | |
"always_show_minimap_viewport": true, | |
"bold_folder_labels": true, | |
"color_scheme": "Packages/Oceanic Next Color Scheme/Oceanic Next.tmTheme", | |
"theme": "Oceanic Next.sublime-theme", | |
"draw_white_space": "all", | |
"font_options": | |
[ | |
"gray_antialias", | |
"subpixel_antialias" | |
], | |
"font_size": 14, | |
"hot_exit": false, | |
"ignored_packages": | |
[ | |
"SublimeCodeIntel", | |
"Vintage" | |
], | |
"indent_guide_options": | |
[ | |
"draw_normal", | |
"draw_active" | |
], | |
"line_padding_bottom": 3, | |
"line_padding_top": 3, | |
"overlay_scroll_bars": "enabled", | |
"remember_open_files": false, | |
"spell_check": false, | |
"translate_tabs_to_spaces": true, | |
"use_tab_stops": true, | |
"tabSize": 2 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment