Last active
August 22, 2016 10:52
-
-
Save achoukah/93d45bfe551bb9135934 to your computer and use it in GitHub Desktop.
Sublime Text Preferences based on Wes Bos' user preferences: https://gist.github.com/wesbos/a3b12cfda064a906ac04
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
{ | |
"added_words": | |
[ | |
"colour", | |
"colours" | |
], | |
"bold_folder_labels": true, | |
"caret_extra_bottom": 2, | |
"caret_extra_top": 2, | |
"caret_extra_width": 2, | |
"caret_style": "phase", | |
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme", | |
"draw_minimap_border": true, | |
"fade_fold_buttons": false, | |
"font_face": "InputMonoCompressed-Light", | |
"font_options": "subpixel_antialias", | |
"font_size": 14, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"indent_guide_options": | |
[ | |
"draw_normal", | |
"draw_active" | |
], | |
"line_padding_bottom": 3, | |
"line_padding_top": 3, | |
"margin": 8, | |
"match_brackets": true, | |
"match_brackets_angle": true, | |
"match_brackets_braces": true, | |
"match_brackets_content": true, | |
"match_brackets_square": true, | |
"material_theme_contrast_mode": true, | |
"open_files_in_new_window": false, | |
"scroll_past_end": true, | |
"show_full_path": true, | |
"tab_completion": true, | |
"tab_size": 2, | |
"theme": "Material-Theme.sublime-theme", | |
"material_theme_compact_panel": true, | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true, | |
"use_tab_stops": 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
Specify font-face to
InputMonoCompressed
toInputMonoCompressed-Light