my 92834 sublime text configuration files
0

Configure Feed

Select the types of activity you want to include in your feed.

dotfiles / Preferences.sublime-settings
863 B 27 lines
1// Settings in here override those in "Default/Preferences.sublime-settings", 2// and are overridden in turn by syntax-specific settings. 3{ 4 "show_tab_close_buttons_on_left": true, 5 "sidebar_on_right": true, 6 "theme": "auto", 7 "light_theme": "ayu-light.sublime-theme", 8 "dark_theme": "ayu-dark.sublime-theme", 9 "color_scheme": "auto", 10 "light_color_scheme": "ayu-light.sublime-color-scheme", 11 "dark_color_scheme": "ayu-dark.sublime-color-scheme", 12 "font_face": "Input Sans", 13 "ignored_packages": [ 14 "Terminus", 15 "Vintage", 16 ], 17 "hide_tab_scrolling_buttons": true, 18 "index_files": true, 19 "ui_separator": true, 20 "font_size": 12, 21 "trim_trailing_white_space_on_save": "not_on_caret", 22 "drag_text": false, 23 "goto_anything_exclude_gitignore": true, 24 "sublime_merge_path": null, 25 "terminal_command": "open -a iTerm \"$dir\"", 26 "ensure_newline_at_eof_on_save": true, 27}