adding brain

This commit is contained in:
2025-09-26 22:18:57 -04:00
parent 28cd7f3f6f
commit c4be520190
15 changed files with 437 additions and 26 deletions

View File

@@ -54,6 +54,9 @@
"[python]": { "editor.defaultFormatter": "charliermarsh.ruff" },
"[yaml]": { "editor.defaultFormatter": "redhat.vscode-yaml" },
"[javascriptreact]": { "editor.defaultFormatter": "esbenp.prettier-vscode" },
"[github-actions-workflow]": {
"editor.defaultFormatter": "redhat.vscode-yaml"
},
// spell check
"cSpell.enabled": true,