2022-08-18 22:32:58 +02:00
|
|
|
// 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,
|
|
|
|
"auto_complete_trailing_symbols": true,
|
2023-02-24 17:21:13 +01:00
|
|
|
"auto_complete_with_fields": true,
|
|
|
|
"bold_folder_labels": true,
|
2023-02-24 17:44:42 +01:00
|
|
|
"color_scheme": "Mariana.sublime-color-scheme",
|
2022-08-18 22:32:58 +02:00
|
|
|
"drag_text": false,
|
2023-02-24 17:21:13 +01:00
|
|
|
"draw_white_space": ["selection", "all_mixed"],
|
|
|
|
"enable_tab_scrolling": false,
|
|
|
|
"ensure_newline_at_eof_on_save": true,
|
|
|
|
"fade_fold_buttons": false,
|
|
|
|
"fallback_encoding": "UTF-8",
|
|
|
|
"font_size": 11,
|
|
|
|
"font_face": "JetBrains Mono Regular",
|
|
|
|
"highlight_line": true,
|
2022-08-18 22:32:58 +02:00
|
|
|
"highlight_modified_tabs": true,
|
|
|
|
"ignored_packages":
|
|
|
|
[
|
|
|
|
"Vintage",
|
|
|
|
],
|
2023-02-24 17:21:13 +01:00
|
|
|
"indent_to_bracket": false,
|
|
|
|
"margin": 0,
|
|
|
|
"rulers":
|
|
|
|
[
|
|
|
|
0,
|
|
|
|
3,
|
|
|
|
120
|
|
|
|
],
|
|
|
|
"shift_tab_unindent": true,
|
|
|
|
"show_encoding": true,
|
|
|
|
"show_line_endings": true,
|
|
|
|
"tab_completion": false,
|
|
|
|
"remember_full_screen": true,
|
|
|
|
"scroll_past_end": false,
|
|
|
|
"tab_size": 3,
|
2023-02-24 17:44:42 +01:00
|
|
|
"theme": "Adaptive.sublime-theme",
|
2023-02-24 17:21:13 +01:00
|
|
|
"translate_tabs_to_spaces": true,
|
|
|
|
"trim_automatic_white_space": false,
|
|
|
|
"trim_trailing_white_space_on_save": "all",
|
|
|
|
"ui_scale": 1.1,
|
|
|
|
"use_tab_stops": false,
|
|
|
|
"word_wrap": true,
|
|
|
|
"wrap_width": 120,
|
2022-08-18 22:32:58 +02:00
|
|
|
}
|