mirror of
https://github.com/BlackMATov/vmath.hpp.git
synced 2025-12-13 04:06:52 +07:00
16 lines
482 B
JSON
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"
|
|
}
|