Created
June 16, 2015 11:00
-
-
Save PriteshJain/b26759910edf994b8206 to your computer and use it in GitHub Desktop.
Sublime user config
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
{ | |
"Seti_ClosedFolder_dots": true, | |
"Seti_ClosedFolder_remove": true, | |
"Seti_ClosedFolder_same": true, | |
"Seti_SB_big": true, | |
"Seti_SB_bright": true, | |
"Seti_SB_med": true, | |
"Seti_pad_3": true, | |
"Seti_pad_5": true, | |
"Seti_rainbow": true, | |
"Seti_sb_big_padding": true, | |
"Seti_sb_small_padding": true, | |
"Seti_sb_tree_med": true, | |
"Seti_sb_tree_small": true, | |
"Seti_sb_wild": true, | |
"Seti_tabs_med": true, | |
"Seti_tabs_small": true, | |
"caret_extra_bottom": 3, | |
"caret_extra_top": 3, | |
"caret_extra_width": 2, | |
"theme": "Seti.sublime-theme", | |
"color_scheme": "Packages/Seti_UI/Scheme/Seti.tmTheme", | |
"font_size": 12, | |
"highlight_line": true, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"overlay_scroll_bars": "enabled", | |
"tab_size": 2, | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true, | |
"use_tab_stops": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment