Last active
August 10, 2016 08:52
-
-
Save flyfloor/4c3cb62248595466f757 to your computer and use it in GitHub Desktop.
sublime 3 user settings
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
| { | |
| "always_show_minimap_viewport": true, | |
| "color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme", | |
| "fade_fold_buttons": false, | |
| "font_face": "Monaco", | |
| "font_size": 13, | |
| "highlight_modified_tabs": true, | |
| "ignored_packages": | |
| [ | |
| "Vintage" | |
| ], | |
| "line_padding_bottom": 3, | |
| "line_padding_top": 3, | |
| "material_theme_accent_red": true, | |
| "material_theme_bold_tab": false, | |
| "material_theme_contrast_mode": true, | |
| "material_theme_disable_fileicons": false, | |
| "material_theme_disable_folder_animation": true, | |
| "material_theme_disable_tree_indicator": false, | |
| "material_theme_panel_separator": true, | |
| "material_theme_small_statusbar": true, | |
| "material_theme_small_tab": true, | |
| "material_theme_tabs_autowidth": false, | |
| "material_theme_tabs_separator": true, | |
| "overlay_scroll_bars": "enabled", | |
| "theme": "Material-Theme.sublime-theme", | |
| "translate_tabs_to_spaces": true, | |
| "font_options": | |
| [ | |
| "gray_antialias", | |
| "subpixel_antialias" | |
| ], | |
| "word_wrap": true, | |
| // These files will still show up in the side bar, but won't be included in | |
| // Goto Anything or Find in Files | |
| "binary_file_patterns": ["*.jpg", "*.jpeg", "*.png", "*.gif", "*.ttf", "*.tga", "*.dds", "*.ico", "*.eot", "*.pdf", "*.swf", "*.jar", "*.zip", "node_modules/*", "tmp/*", "bower_components/*"], | |
| "folder_exclude_patterns": [".svn", ".git", ".hg", "CVS"], | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment