Last active
June 10, 2019 18:56
-
-
Save timhettler/fb43fc499958c8e1200df0ff994c7457 to your computer and use it in GitHub Desktop.
Sublime 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": | |
[ | |
".DS_Store", | |
"build/*", | |
"dist/*", | |
"node_modules/", | |
"tmp/", | |
"*.png", "*.psd", "*.jpg", "*.jpeg", "*.png", "*.gif", "*.ttf", "*.tga", "*.dds", "*.ico", "*.eot", "*.pdf", "*.swf", "*.jar", "*.zip", "*.ai", | |
"*.min.*" | |
], | |
"bold_folder_labels": true, | |
"caret_extra_bottom": 2, | |
"caret_extra_top": 2, | |
"caret_extra_width": 3, | |
"caret_style": "phase", | |
"close_windows_when_empty": true, | |
"default_line_ending": "unix", | |
"draw_centered": false, | |
"draw_minimap_border": true, | |
"draw_white_space": "selection", | |
"enable_tab_scrolling": false, | |
"ensure_newline_at_eof_on_save": true, | |
"fade_fold_buttons": false, | |
"file_exclude_patterns": | |
[ | |
".DS_Store" | |
], | |
"font_face": "Fira Code", | |
"font_size": 15, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"line_padding_bottom": 1, | |
"line_padding_top": 1, | |
"scroll_past_end": true, | |
"show_full_path": true, | |
"show_tab_close_buttons": false, | |
"tab_size": 2, | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": false, | |
"use_tab_stops": true, | |
"wide_caret": true, | |
"word_separators": "./\\()\"':,.;<>~!@#%^*|-+=[]{}`~?", | |
"word_wrap": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment