Last active
November 18, 2016 17:04
-
-
Save MarioSo/cd815ca8e29a73a97ae9d14f44bf6b38 to your computer and use it in GitHub Desktop.
Sublime Text 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
| { | |
| "binary_file_patterns": | |
| [ | |
| "*.jpg", | |
| "*.jpeg", | |
| "*.png", | |
| "*.gif", | |
| "*.ttf", | |
| "*.tga", | |
| "*.dds", | |
| "*.ico", | |
| "*.eot", | |
| "*.pdf", | |
| "*.swf", | |
| "*.jar", | |
| "*.zip", | |
| "node_modules/**", | |
| "bower_components/**", | |
| "tmp/**" | |
| ], | |
| "bold_folder_labels": true, | |
| "caret_style": "phase", | |
| "close_windows_when_empty": true, | |
| "color_scheme": "Packages/User/mso.tmTheme", | |
| "detect_indentation": true, | |
| "detect_slow_plugins": false, | |
| "enable_tab_scrolling": false, | |
| "file_exclude_patterns": | |
| [ | |
| ".gitmodules", | |
| ".DS_Store", | |
| "*.css.map", | |
| "*.js.map" | |
| ], | |
| "folder_exclude_patterns": | |
| [ | |
| ".git", | |
| ".vagrant", | |
| "wp", | |
| ".sass-cache" | |
| ], | |
| "font_face": "Hack", | |
| "font_options": | |
| [ | |
| "gray_antialias", | |
| "subpixel_antialias" | |
| ], | |
| "font_size": 12.0, | |
| "hide_minimap": true, | |
| "highlight_line": true, | |
| "ignored_packages": | |
| [ | |
| "Vintage" | |
| ], | |
| "indent_guide_options": | |
| [ | |
| "draw_normal", | |
| "draw_active" | |
| ], | |
| "line_padding_bottom": 3, | |
| "line_padding_top": 3, | |
| "material_theme_compact_sidebar": true, | |
| "material_theme_tabs_separator": true, | |
| "open_files_in_new_window": false, | |
| "overlay_scroll_bars": "enabled", | |
| "scroll_past_end": true, | |
| "show_definitions": false, | |
| "tab_size": 2, | |
| "theme": "Material-Theme.sublime-theme", | |
| "todo": | |
| { | |
| "case_sensitive": true, | |
| "file_exclude_patterns": | |
| [ | |
| "*.txt" | |
| ], | |
| "result_title": "TODO Results" | |
| }, | |
| "translate_tabs_to_spaces": false, | |
| "trim_trailing_white_space_on_save": true, | |
| "vintage_ctrl_keys": true, | |
| "vintage_start_in_command_mode": true, | |
| "vintageex_linux_shell": "/bin/zsh", | |
| "word_separators": "./\\()\"'-:,.;<>~!@#$%^&*|+=[]{}`~?_", | |
| "word_wrap": true | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment