2018-04-25 00:25:53 -04:00
|
|
|
{
|
|
|
|
"auto_complete_triggers": [
|
2022-01-24 18:36:23 -05:00
|
|
|
{"characters": "<", "selector": "text.html",},
|
|
|
|
{"characters": ".", "selector": "source.js",}
|
2018-04-25 00:25:53 -04:00
|
|
|
],
|
2023-12-05 06:52:22 -05:00
|
|
|
"color_scheme": "Catppuccin Mocha.sublime-color-scheme",
|
|
|
|
"theme": "Adaptive.sublime-theme",
|
2018-04-25 00:25:53 -04:00
|
|
|
"default_line_ending": "unix",
|
|
|
|
"enable_tab_scrolling": false,
|
|
|
|
"ensure_newline_at_eof_on_save": true,
|
2023-12-05 06:32:52 -05:00
|
|
|
"trim_trailing_white_space_on_save": true,
|
|
|
|
"font_face": "JuliaMono",
|
|
|
|
"font_size": 14,
|
2018-04-25 00:25:53 -04:00
|
|
|
"ignored_packages": [
|
2022-01-24 18:36:23 -05:00
|
|
|
"Vintage",
|
2018-04-25 00:25:53 -04:00
|
|
|
],
|
|
|
|
"show_encoding": true,
|
|
|
|
"show_line_endings": true,
|
|
|
|
"spacegray_fileicons": true,
|
|
|
|
"tab_size": 2,
|
2023-12-05 06:32:52 -05:00
|
|
|
"vintageous_i_escape_jj": true,
|
2018-04-25 00:25:53 -04:00
|
|
|
}
|