format stuff

This commit is contained in:
Veneficium 2024-12-29 23:25:45 +01:00
parent 039ece57cf
commit 5b77289525
8 changed files with 149 additions and 172 deletions

40
.vscode/tasks.json vendored
View file

@ -1,21 +1,21 @@
{
"version": "2.0.0",
"tasks": [
{
"label": "Rebuild",
"type": "shell",
"command": "./scripts/rebuild.sh",
"presentation": {
"reveal": "always",
"panel": "new",
"focus": true,
"showReuseMessage": false
},
"problemMatcher": [],
"group": {
"kind": "build",
"isDefault": true
}
}
]
}
"version": "2.0.0",
"tasks": [
{
"label": "Rebuild",
"type": "shell",
"command": "./scripts/rebuild.sh",
"presentation": {
"reveal": "always",
"panel": "new",
"focus": true,
"showReuseMessage": false
},
"problemMatcher": [],
"group": {
"kind": "build",
"isDefault": true
}
}
]
}