Created
May 28, 2018 08:50
-
-
Save alexeypegov/eb9058496c6e7c7aebd5f0fcfb4601b1 to your computer and use it in GitHub Desktop.
Sublime Text configuration
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
{ | |
"binary_file_patterns": | |
[ | |
"*.jpg", | |
"*.jpeg", | |
"*.png", | |
"*.gif", | |
"*.ttf", | |
"*.tga", | |
"*.dds", | |
"*.ico", | |
"*.eot", | |
"*.pdf", | |
"*.swf", | |
"*.jar", | |
"*.zip" | |
], | |
"bold_folder_labels": true, | |
"caret_style": "phase", | |
"close_windows_when_empty": true, | |
"color_scheme": "Packages/ayu/ayu-mirage.tmTheme", | |
"find_selected_text": true, | |
"folder_exclude_patterns": | |
[ | |
".git" | |
], | |
"font_face": "Fira Code", | |
"font_options": | |
[ | |
"subpixel_antialias", | |
"no_bold" | |
], | |
"font_size": 15, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"hot_exit": false, | |
"ignored_packages": | |
[ | |
], | |
"line_padding_bottom": 1, | |
"line_padding_top": 1, | |
"match_brackets": true, | |
"match_brackets_angle": true, | |
"match_brackets_braces": true, | |
"match_brackets_content": true, | |
"match_brackets_square": true, | |
"preview_on_click": true, | |
"remember_open_files": false, | |
"rulers": | |
[ | |
], | |
"save_on_focus_lost": true, | |
"scroll_past_end": true, | |
"show_encoding": true, | |
"show_full_path": true, | |
"show_line_endings": true, | |
"show_tab_close_buttons": false, | |
"tab_completion": false, | |
"tab_size": 2, | |
"theme": "ayu-mirage.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true, | |
"use_simple_full_screen": true, | |
"vintage_start_in_command_mode": false, | |
"word_wrap": true, | |
"wrap_width": "auto" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment