updates submodules

This commit is contained in:
2024-09-25 08:01:00 +02:00
parent 1419d2fcfd
commit 64d746bf90
5 changed files with 16 additions and 4 deletions

13
.vscode/settings.json vendored
View File

@@ -2,5 +2,16 @@
"files.associations": {
"platform.h": "c"
},
"debug.allowBreakpointsEverywhere": true
"debug.allowBreakpointsEverywhere": true,
"editor.rulers": [
{
"column": 120,
"comment": "clang-format"
}
],
"cmake.configureArgs": [
"--preset",
"Debug",
"-DCMAKE_EXPORT_COMPILE_COMMANDS=ON"
]
}