11 lines
223 B
JSON
11 lines
223 B
JSON
{
|
|
"[c]": {
|
|
"editor.formatOnSave": true
|
|
},
|
|
"[cpp]": {
|
|
"editor.formatOnSave": true
|
|
},
|
|
"C_Cpp.default.compileCommands": "${workspaceFolder}/src/build/compile_commands.json",
|
|
"cmake.configureOnOpen": true
|
|
}
|