Last active
January 26, 2017 09:32
-
-
Save imamdigmi/17b618226b57c327a89f to your computer and use it in GitHub Desktop.
My sublime text 3 preferences
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_style": "smooth", | |
| "color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme", | |
| "drag_text": true, | |
| "font_face": "Fira Code", | |
| "font_options": | |
| [ | |
| "directwrite", | |
| "gray_antialias", | |
| "subpixel_antialias" | |
| ], | |
| "font_size": 12, | |
| "highlight_modified_tabs": true, | |
| "ignored_packages": | |
| [ | |
| "Vintage" | |
| ], | |
| "indent_guide_options": | |
| [ | |
| "draw_normal", | |
| "draw_active" | |
| ], | |
| "line_padding_bottom": 7, | |
| "line_padding_top": 7, | |
| "match_brackets": true, | |
| "match_brackets_angle": true, | |
| "match_brackets_braces": true, | |
| "match_brackets_content": true, | |
| "match_brackets_square": true, | |
| "match_selection": true, | |
| "match_tags": true, | |
| "material_theme_accent_indigo": true, | |
| "material_theme_accent_lime": true, | |
| "material_theme_accent_orange": true, | |
| "material_theme_accent_purple": true, | |
| "material_theme_accent_red": true, | |
| "material_theme_accent_yellow": true, | |
| "material_theme_bold_tab": true, | |
| "material_theme_compact_panel": true, | |
| "material_theme_compact_sidebar": true, | |
| "material_theme_contrast_mode": true, | |
| "material_theme_disable_folder_animation": true, | |
| "material_theme_disable_tree_indicator": true, | |
| "material_theme_panel_separator": true, | |
| "material_theme_small_statusbar": true, | |
| "material_theme_small_tab": true, | |
| "material_theme_tabs_separator": true, | |
| "overlay_scroll_bars": "enabled", | |
| "show_full_path": false, | |
| "theme": "Material-Theme.sublime-theme", | |
| "translate_tabs_to_spaces": true, | |
| "tree_animation_enabled": true, | |
| "word_wrap": false | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment