Created
July 24, 2017 23:09
-
-
Save Leland/cfe5244b8018f89544efd771a2a70000 to your computer and use it in GitHub Desktop.
Leland's Quite Nifty Sublime Text Configuration 2: Electric Boogaloo
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
{ | |
"binary_file_patterns": | |
[ | |
"bower_components/**", | |
"node_modules/*", | |
"node_modules/**", | |
"*.jpg", | |
"*.jpeg", | |
"*.png", | |
"*.gif", | |
"*.ttf", | |
"*.tga", | |
"*.dds", | |
"*.ico", | |
"*.eot", | |
"*.pdf", | |
"*.swf", | |
"*.jar", | |
"*.zip", | |
".woff2" | |
], | |
"bold_folder_labels": true, | |
"caret_extra_bottom": 1, | |
"caret_extra_top": 1, | |
"caret_extra_width": 2, | |
"caret_style": "smooth", | |
"close_windows_when_empty": true, | |
"color_scheme": "Packages/Boxy Theme/schemes/Boxy Solarized Dark.tmTheme", | |
"draw_white_space": "selection", | |
"exec_args": | |
{ | |
"path": "/bin:/usr/bin:/usr/local/bin" | |
}, | |
"fade_fold_buttons": false, | |
"file_exclude_patterns": | |
[ | |
".DS_Store", | |
"*.lib", | |
"*.log" | |
], | |
"folder_exclude_patterns": | |
[ | |
".git", | |
".bundle", | |
".sass-cache", | |
".svn", | |
".hg" | |
], | |
"font_size": 17, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"indent_guide_options": | |
[ | |
"draw_normal", | |
"draw_active" | |
], | |
"index_exclude_patterns": | |
[ | |
"*.log" | |
], | |
"line_padding_bottom": 1, | |
"line_padding_top": 1, | |
"match_brackets": true, | |
"match_brackets_angle": true, | |
"match_brackets_braces": true, | |
"match_brackets_content": true, | |
"match_brackets_square": true, | |
"open_files_in_new_window": false, | |
"overlay_scroll_bars": "enabled", | |
"remember_open_files": true, | |
"remember_open_folders": true, | |
"show_encoding": true, | |
"show_line_endings": true, | |
"show_tab_close_button": false, | |
"tab_size": 2, | |
"theme": "Boxy Solarized Dark.sublime-theme", | |
"theme_dirty_materialized": true, | |
"theme_dropdown_materialized": true, | |
"theme_font_md": true, | |
"theme_popup_border_visible": true, | |
"theme_sidebar_border": true, | |
"theme_sidebar_folder_arrow": true, | |
"theme_sidebar_folder_mono": true, | |
"theme_sidebar_font_sm": true, | |
"theme_sidebar_heading_bold": true, | |
"theme_sidebar_indent_xl": true, | |
"theme_tab_arrows_hidden": true, | |
"theme_tab_line_size_lg": true, | |
"theme_tab_selected_underlined": true, | |
"theme_tab_size_xl": true, | |
"trim_trailing_white_space_on_save": true, | |
"wide_caret": true, | |
"word_wrap": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment