sync/home_external/.config/sublime-text-3/Packages/User/Preferences.sublime-settings

26 lines
766 B
Plaintext
Raw Normal View History

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.
{
"tab_size": 3,
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": false,
"wrap_width": 120,
"always_show_minimap_viewport": true,
"highlight_line": true,
"scroll_past_end": false,
"draw_white_space": ["all_mixed"],
"trim_trailing_white_space_on_save": "all",
"ensure_newline_at_eof_on_save": true,
"auto_complete_commit_on_tab": true,
"auto_complete_with_fields": true,
"auto_complete_trailing_symbols": true,
"drag_text": false,
"highlight_modified_tabs": true,
"remember_full_screen": true,
"ignored_packages":
[
"Vintage",
],
"font_size": 10,
}