add stuff

This commit is contained in:
2026-02-16 20:00:12 +01:00
parent 2fb3eb1f52
commit 0a4ff4c504
25 changed files with 2633 additions and 186 deletions

11
.config/vicinae/.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,11 @@
{
"[json]": {
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll": "explicit"
}
},
"[jsonc]": {
"editor.formatOnSave": true
},
}