fix git modules

This commit is contained in:
2025-09-19 22:19:48 -04:00
parent dbb6d13f34
commit 62c5dcf6ea
10 changed files with 71 additions and 42 deletions

5
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,5 @@
{
"C_Cpp.formatting": "clangFormat",
"editor.formatOnSave": true,
"clang-format.style": "file"
}