Created
November 10, 2015 15:49
-
-
Save clarkdave/ba8ab908acc0907df218 to your computer and use it in GitHub Desktop.
sublime text 3 config
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
{ | |
"auto_find_in_selection": true, | |
"base64fold_all_uris": false, | |
"bold_folder_labels": false, | |
"caret_style": "blink", | |
"color_scheme": "Packages/User/SublimeLinter/Blackboard (SL).tmTheme", | |
"enable_tab_scrolling": false, | |
"fade_fold_buttons": false, | |
"find_selected_text": true, | |
"font_face": "Source Code Pro Light", | |
"font_size": 15.0, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"SublimeLinter-jshint", | |
"Vintage" | |
], | |
"indent_guide_options": | |
[ | |
], | |
"line_padding_bottom": 1, | |
"line_padding_top": 1, | |
"mouse_wheel_switches_tabs": true, | |
"open_files_in_new_window": true, | |
"paths": | |
{ | |
"osx": | |
[ | |
"~/.rbenv/shims" | |
] | |
}, | |
"scroll_past_end": true, | |
"show_encoding": true, | |
"show_full_path": true, | |
"show_line_endings": true, | |
"show_tab_close_buttons": false, | |
"soda_classic_tabs": false, | |
"spacegray_sidebar_font_small": true, | |
"spacegray_sidebar_tree_small": true, | |
"spacegray_tabs_auto_width": true, | |
"spacegray_tabs_font_small": true, | |
"spacegray_tabs_normal": true, | |
"tab_size": 2, | |
"theme": "Spacegray.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"tree_animation_enabled": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment