[dev] Add devcontainers and vscode config templates

This commit is contained in:
Christian Meffert
2024-10-03 07:56:32 +02:00
committed by Alain Nussbaumer
parent 9fbd07a75d
commit 2fe6969f72
13 changed files with 1088 additions and 1 deletions

12
.dev/vscode/settings.json Normal file
View File

@@ -0,0 +1,12 @@
{
"C_Cpp.default.forcedInclude": [
"${workspaceFolder}/config.h"
],
"[vue]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[c]": {
"editor.detectIndentation": false,
"editor.tabSize": 8
}
}