Created
April 26, 2015 18:59
-
-
Save gcman105/172f142258be8cbf580b to your computer and use it in GitHub Desktop.
Preferences.sublime-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
{ | |
"caret_extra_bottom": 3, | |
"caret_extra_top": 3, | |
"caret_extra_width": 2, | |
"color_scheme": "Packages/User/SublimeLinter/Seti (SL).tmTheme", | |
"font_face": "Input Mono", | |
"font_size": 9, | |
"highlight_line": true, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"overlay_scroll_bars": "enabled", | |
"theme": "Seti.sublime-theme" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment