updated preferences

This commit is contained in:
2025-08-14 11:32:43 +02:00
parent f33f448a42
commit 6f70a133cf

View File

@@ -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,
"auto_complete_commit_on_tab": true,
@@ -8,11 +6,13 @@
"bold_folder_labels": true,
"color_scheme": "Mariana.sublime-color-scheme",
"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,
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"fallback_encoding": "UTF-8",
"find_in_files_side_by_side": false,
"font_size": 11,
"font_face": "JetBrains Mono Regular",
"highlight_line": true,
@@ -45,4 +45,5 @@
"word_wrap": true,
"wrap_width": 120,
"index_files": true,
"caret_style": "smooth",
}