Update sublime preferences.

This commit is contained in:
voussoir 2022-01-26 21:26:06 -08:00
parent a9f5bb0679
commit 96916c328c
No known key found for this signature in database
GPG key ID: 5F7554F8C26DACCB

View file

@ -1,4 +1,5 @@
{
"auto_close_tags": false,
"auto_complete_commit_on_tab": true,
"auto_complete_cycle": true,
"auto_complete_delay": 50,
@ -7,12 +8,17 @@
"caret_extra_top": 0,
"caret_extra_width": 0,
"caret_style": "smooth",
"close_find_after_find_all": false,
"close_find_after_replace_all": false,
"color_scheme": "Packages/voussoir/voussoir.tmTheme",
"detect_indentation": false,
"drag_text": false,
"enable_tab_scrolling": false,
"file_exclude_patterns": ["*.lnk", "*.db"],
"fold_buttons": false,
"font_face": "Consolas",
"font_size": 10,
"hide_pointer_while_typing": false,
"index_files": false,
"mini_diff": false,
"rulers": [0, 80, 100],