organize dirs

This commit is contained in:
2022-03-27 11:09:33 +03:00
parent 005db342a6
commit 8ac8a8d7a9
32 changed files with 61 additions and 336 deletions

View File

@ -0,0 +1,21 @@
{
"theme": "auto",
"ui_scale": 1.0,
"bold_folder_labels": true,
"font_face": "Cascadia Code",
"font_size": 13,
"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", "node_modules", "venv"],
"file_exclude_patterns": [],
"ignored_packages":
[
"Vintage",
],
}