Печенька блять!
This commit is contained in:
22
🍪/SublimeText/Preferences.sublime-settings
Normal file
22
🍪/SublimeText/Preferences.sublime-settings
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"ui_scale": 1.0,
|
||||
"bold_folder_labels": true,
|
||||
"font_face": "Cascadia Code",
|
||||
"font_size": 12,
|
||||
"font_options": ["gdi"], // only Windows
|
||||
"show_encoding": true,
|
||||
"draw_centered": false,
|
||||
"word_wrap": false,
|
||||
"always_show_minimap_viewport": true,
|
||||
"remember_full_screen": false,
|
||||
"show_line_endings": true,
|
||||
"highlight_line": true,
|
||||
"folder_exclude_patterns": [".git", ".buildozer", "node_modules", "venv", "vendor", "tpl_cache"],
|
||||
"file_exclude_patterns": ["composer.phar", "*.sqlite3", ".directory"],
|
||||
"ignored_packages":
|
||||
[
|
||||
"Vintage",
|
||||
],
|
||||
"theme": "Adaptive.sublime-theme",
|
||||
"index_files": true,
|
||||
}
|
||||
Reference in New Issue
Block a user