backup: 2026-04-03 10:04

This commit is contained in:
Dmitry
2026-04-03 10:04:35 +03:00
parent 6b0c808d97
commit 519fd81719
2 changed files with 12 additions and 7 deletions
+4 -1
View File
@@ -27,6 +27,7 @@
# -S: не переносить длинные строки
pager = less -FRXS
excludesfile = /home/ada/.gitignore_global
quotepath = false
[init]
# Имя основной ветки по умолчанию
@@ -204,7 +205,7 @@
[credential]
# Кэшировать пароли на 1 час
helper = cache --timeout=3600
helper = "!f() { /home/ada/.vscode-server/bin/e7fb5e96c0730b9deb70b33781f98e2f35975036/node /tmp/vscode-remote-containers-95cf22a9-f690-44dc-bc97-9c63d97505e1.js git-credential-helper $*; }; f"
# ═══ URL shortcuts ══════════════════════════════════════════
@@ -228,3 +229,5 @@
# ═══ Ваши дополнительные настройки ═════════════════════════
# Добавьте свои настройки ниже
[safe]
directory = /home/ada/Documents/Projects/DZR/attendance_mephi
+8 -6
View File
@@ -1,4 +1,5 @@
{
"restore_on_startup": "launchpad",
"base_keymap": "VSCode",
"use_smartcase_search": true,
"minimap": {
@@ -23,7 +24,7 @@
"hard_tabs": false,
"tab_size": 4,
"session": {
"trust_all_worktrees": false
"trust_all_worktrees": true
},
"edit_predictions": {
"provider": "copilot"
@@ -36,7 +37,7 @@
"centered_layout": {
"left_padding": 0.2,
},
"redact_private_values": false,
"redact_private_values": true,
"cursor_shape": "bar",
"autosave": {
"after_delay": {
@@ -111,10 +112,11 @@
"provider": "copilot_chat",
"model": "grok-code-fast-1",
},
"default_profile": "ask",
"default_profile": "write",
"default_model": {
"effort": "high",
"provider": "copilot_chat",
"model": "gpt-5.1-codex-max",
"model": "gpt-5.4-mini",
},
"model_parameters": [],
},
@@ -134,7 +136,7 @@
"icon_theme": {
"mode": "system",
"light": "Material Icon Theme",
"dark": "Catppuccin Frappé",
"dark": "Material Icon Theme",
},
"ui_font_size": 16.0,
"buffer_font_size": 14.0,
@@ -143,6 +145,6 @@
"theme": {
"mode": "system",
"light": "Ayu Light",
"dark": "macOS Classic Dark",
"dark": "Nordfox - opaque",
},
}