24 lines
667 B
Markdown
24 lines
667 B
Markdown
```json
|
|
// Settings in here override those in "Default/Preferences.sublime-settings",
|
|
// and are overridden in turn by syntax-specific settings.
|
|
{
|
|
"close_windows_when_empty": true,
|
|
"draw_indent_guides": false,
|
|
"font_face": "Fira Code",
|
|
"font_size": 11,
|
|
"highlight_modified_tabs": true,
|
|
"ignored_packages":
|
|
[
|
|
"Vintage"
|
|
],
|
|
"show_full_path": true,
|
|
"show_tab_close_buttons": false,
|
|
"spell_check": false,
|
|
"tab_size": 4,
|
|
"translate_tabs_to_spaces": true,
|
|
"use_tab_stops": true,
|
|
"draw_white_space": "all",
|
|
"trim_trailing_white_space_on_save": true,
|
|
"word_separators": "./\\()\"'-:,.;<>~!@#%^&*|+=[]{}`~?"
|
|
}
|
|
``` |