Created
April 3, 2017 03:09
-
-
Save arleym/0ee2558fa5a27b6b836ecf5e8e421674 to your computer and use it in GitHub Desktop.
Subl Prefs
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
Show hidden characters
{ | |
"Seti_blue_label": true, | |
"Seti_orange_button": true, | |
"always_show_minimap_viewport": true, | |
"atomic_save": false, | |
"binary_file_patterns": | |
[ | |
"*.ttf", | |
"*.tga", | |
"*.dds", | |
"*.ico", | |
"*.eot", | |
"*.pdf", | |
"*.swf", | |
"*.jar", | |
"*.scssc", | |
"*.gif", | |
"*.png", | |
"*.jpeg", | |
"*.jpg", | |
"*.zip" | |
], | |
"bold_folder_labels": true, | |
"caret_extra_bottom": 3, | |
"caret_extra_top": 3, | |
"caret_extra_width": 2, | |
"color_scheme": "Packages/ayu/ayu-mirage.tmTheme", | |
"config": | |
{ | |
"always-semicolon": true, | |
"block-indent": " ", | |
"color-case": "upper", | |
"element-case": "lower", | |
"eof-newline": true, | |
"leading-zero": true, | |
"quotes": "double", | |
"space-after-colon": " ", | |
"space-after-combinator": " ", | |
"space-after-opening-brace": "\n", | |
"space-after-selector-delimiter": "\n", | |
"space-before-closing-brace": "\n", | |
"space-before-colon": "", | |
"space-before-combinator": " ", | |
"space-before-opening-brace": " ", | |
"space-before-selector-delimiter": "", | |
"space-between-declarations": "\n", | |
"strip-spaces": true, | |
"tab-size": true, | |
"unitless-zero": true, | |
"vendor-prefix-align": true | |
}, | |
"draw_minimap_border": true, | |
"enable_count_chars": true, | |
"ensure_newline_at_eof_on_save": true, | |
"fade_fold_buttons": false, | |
"folder_exclude_patterns": | |
[ | |
"*.scssc", | |
".svn", | |
".hg", | |
"CVS", | |
".sass-cache", | |
"node_modules", | |
"web/dist", | |
"gemini/dist", | |
".git" | |
], | |
"font_face": "Input Mono", | |
"font_size": 12, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"Markdown", | |
"SideBarEnhancements", | |
"Vintage" | |
], | |
"indent_guide_options": | |
[ | |
"draw_normal", | |
"draw_active" | |
], | |
"line_padding_bottom": 3, | |
"line_padding_top": 3, | |
"open_files_in_new_window": false, | |
"origami_auto_zoom_on_focus": false, | |
"overlay_scroll_bars": "enabled", | |
"rulers": | |
[ | |
80 | |
], | |
"scroll_past_end": true, | |
"scroll_speed": 5.0, | |
"tab_size": 2, | |
"theme": "ayu-mirage.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true, | |
"ui_big_tabs": true, | |
"ui_fix_tab_labels": true, | |
"ui_font_size_small": true, | |
"ui_font_source_code_pro": true, | |
"ui_separator": false, | |
"ui_wide_scrollbars": true, | |
"wide_caret": false, | |
"word_separators": "./\\()\"':,.;<>~#%&*|+=[]{}`~?$@", | |
"word_wrap": "false" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment