config/~/SublimeText/Preferences.sublime-settings

22 lines
570 B
Plaintext
Raw Normal View History

2021-02-16 19:43:49 +03:00
{
2021-07-01 21:45:28 +03:00
"ui_scale": 1.0,
2021-07-08 00:57:32 +03:00
"bold_folder_labels": true,
2021-02-16 19:43:49 +03:00
"font_face": "Cascadia Code",
2021-07-08 00:57:32 +03:00
"font_size": 13,
2021-08-09 22:41:57 +03:00
"font_options": ["gdi"], // only Windows
2021-07-01 21:45:28 +03:00
"show_encoding": true,
"draw_centered": false,
"word_wrap": false,
2021-07-08 00:57:32 +03:00
"always_show_minimap_viewport": true,
2021-07-01 21:45:28 +03:00
"remember_full_screen": false,
"show_line_endings": true,
2021-07-08 00:57:32 +03:00
"highlight_line": true,
2022-04-02 17:14:25 +03:00
"folder_exclude_patterns": [".git", "node_modules", "venv", "vendor", "tpl_cache"],
2023-04-05 12:02:51 +03:00
"file_exclude_patterns": ["composer.phar", "*.sqlite3", ".directory"],
2021-02-16 19:43:49 +03:00
"ignored_packages":
[
2021-07-01 21:45:28 +03:00
"Vintage",
2021-02-16 19:43:49 +03:00
],
2023-04-05 12:02:51 +03:00
"theme": "Adaptive.sublime-theme",
2021-02-16 19:43:49 +03:00
}