vscode: cleanup settings

Change-Id: Ifc96cce2b9a99216fea424c9caa09d558641f3f3
This commit is contained in:
Adrien Beraud
2025-10-23 14:18:20 -04:00
parent 37337ba1f6
commit 95922b2bc9

View File

@@ -2,9 +2,9 @@
"C_Cpp.default.compileCommands": "${workspaceFolder}/build/compile_commands.json",
"C_Cpp.default.cppStandard": "c++17",
"C_Cpp.default.cStandard": "c11",
"C_Cpp.autoAddFileAssociations": false,
"cmake.configureOnOpen": false,
"cmake.configureOnEdit": false,
"editor.formatOnSave": true,
"editor.defaultFormatter": "ms-vscode.cpptools",
"files.eol": "\n",
"cSpell.enabled": false
}