Created
June 16, 2014 21:55
-
-
Save slothelle/d7338648e031f8930249 to your computer and use it in GitHub Desktop.
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
{ | |
"bold_folder_labels": true, | |
"caret_extra_width": 1, | |
"caret_style": "phase", | |
"color_scheme": "Packages/Color Scheme - Default/Solarized (Light).tmTheme", | |
"draw_indent_guides": true, | |
"fade_fold_buttons": false, | |
"file_exclude_patterns": | |
[ | |
".gitkeep", | |
".DS_Store" | |
], | |
"folder_exclude_patterns": | |
[ | |
".sass-cache", | |
".git", | |
".bundle", | |
".yardoc", | |
".svn", | |
".hg", | |
"CVS" | |
], | |
"font_face": "Droid Sans Mono", | |
"font_options": | |
[ | |
"no_round" | |
], | |
"font_size": 14.0, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"Vintage", | |
"Base16 Color Schemes", | |
"Color Highlighter", | |
"Rust", | |
"Solarized Color Scheme" | |
], | |
"indent_guide_options": | |
[ | |
"draw_normal" | |
], | |
"itg_sidebar_tree_medium": true, | |
"itg_small_tabs": true, | |
"line_numbers": true, | |
"line_padding_bottom": 3, | |
"line_padding_top": 3, | |
"match_brackets": true, | |
"match_brackets_content": true, | |
"match_tags": true, | |
"rulers": | |
[ | |
80 | |
], | |
"scroll_past_end": true, | |
"show_full_path": true, | |
"sidebar_large": true, | |
"tab_size": 2, | |
"tabs_small": true, | |
"translate_tabs_to_spaces": true, | |
"use_tab_stops": true, | |
"word_wrap": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment