updated preferences
This commit is contained in:
@@ -1,5 +1,3 @@
|
|||||||
// Settings in here override those in "Default/Preferences.sublime-settings",
|
|
||||||
// and are overridden in turn by syntax-specific settings.
|
|
||||||
{
|
{
|
||||||
"always_show_minimap_viewport": true,
|
"always_show_minimap_viewport": true,
|
||||||
"auto_complete_commit_on_tab": true,
|
"auto_complete_commit_on_tab": true,
|
||||||
@@ -8,11 +6,13 @@
|
|||||||
"bold_folder_labels": true,
|
"bold_folder_labels": true,
|
||||||
"color_scheme": "Mariana.sublime-color-scheme",
|
"color_scheme": "Mariana.sublime-color-scheme",
|
||||||
"drag_text": false,
|
"drag_text": false,
|
||||||
"draw_white_space": ["selection", "all_mixed"],
|
// "draw_white_space": ["selection", "all_mixed", "all_tabs", "trailing", "isolated"],
|
||||||
|
"draw_white_space": ["all"],
|
||||||
"enable_tab_scrolling": false,
|
"enable_tab_scrolling": false,
|
||||||
"ensure_newline_at_eof_on_save": true,
|
"ensure_newline_at_eof_on_save": true,
|
||||||
"fade_fold_buttons": false,
|
"fade_fold_buttons": false,
|
||||||
"fallback_encoding": "UTF-8",
|
"fallback_encoding": "UTF-8",
|
||||||
|
"find_in_files_side_by_side": false,
|
||||||
"font_size": 11,
|
"font_size": 11,
|
||||||
"font_face": "JetBrains Mono Regular",
|
"font_face": "JetBrains Mono Regular",
|
||||||
"highlight_line": true,
|
"highlight_line": true,
|
||||||
@@ -45,4 +45,5 @@
|
|||||||
"word_wrap": true,
|
"word_wrap": true,
|
||||||
"wrap_width": 120,
|
"wrap_width": 120,
|
||||||
"index_files": true,
|
"index_files": true,
|
||||||
|
"caret_style": "smooth",
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user