Add vscode config

This commit is contained in:
Kalle
2024-11-07 16:12:22 +01:00
parent 4638cf9e47
commit 0e5a5dfe95
2 changed files with 14 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
{
"recommendations": ["Trunk.io"]
}
+11
View File
@@ -0,0 +1,11 @@
{
"editor.formatOnSave": true,
"editor.defaultFormatter": "trunk.io",
"trunk.enableWindows": true,
"files.insertFinalNewline": false,
"files.trimFinalNewlines": false,
"cmake.configureOnOpen": false,
"[cpp]": {
"editor.defaultFormatter": "trunk.io"
}
}