Files
vmath.hpp/.vscode/settings.json
2023-02-05 14:46:19 +07:00

16 lines
482 B
JSON

{
"[c][cpp][json][jsonc][python][yaml]": {
"editor.formatOnSave": false,
},
"[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"
}