Files
meta.hpp/.vscode/settings.json
2023-02-05 12:26:39 +07:00

16 lines
481 B
JSON

{
"[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}/develop/.cdb/compile_commands.json"
}