Last active
August 31, 2015 01:06
-
-
Save 0xKD/4db72d4c2f5d3c2368ed to your computer and use it in GitHub Desktop.
ST3 : 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
{ | |
"bold_folder_labels": true, | |
"color_scheme": "Packages/User/SublimeLinter/base16-ocean.dark (SL).tmTheme", | |
"dictionary": "Packages/Language - English/en_GB.dic", | |
"draw_centered": true, | |
"fade_fold_buttons": false, | |
"font_face": "Monaco", | |
"font_size": 16, | |
"highlight_line": true, | |
"ignored_packages": | |
[ | |
"Vintage", | |
"SublimeLinter-flake8" | |
], | |
"indent_guide_options": | |
[ | |
"draw_normal" | |
], | |
"rulers": | |
[ | |
80, | |
90 | |
], | |
"scroll_past_end": true, | |
"spacegray_sidebar_font_large": true, | |
"spacegray_sidebar_tree_small": true, | |
"spacegray_tabs_font_normal": true, | |
"spacegray_tabs_xlarge": true, | |
"status_bar_brighter": true, | |
"theme": "Spacegray.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"word_wrap": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment