{ "[c][cpp][json][jsonc][python][yaml]": { "editor.formatOnSave": true, }, "[c][cmake][cpp][json][jsonc][markdown][python][yaml]": { "files.encoding": "utf8", "files.insertFinalNewline": true, "files.trimFinalNewlines": true, "files.trimTrailingWhitespace": true }, "clangd.arguments": [ "--header-insertion=never" ], "cmake.copyCompileCommands": "${workspaceFolder}/.cdb/compile_commands.json" }