mirror of
https://github.com/BlackMATov/meta.hpp.git
synced 2025-12-13 19:18:01 +07:00
17 lines
547 B
JSON
17 lines
547 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",
|
|
"--compile-commands-dir=${workspaceFolder}/develop/.cdb"
|
|
],
|
|
"cmake.copyCompileCommands": "${workspaceFolder}/develop/.cdb/compile_commands.json"
|
|
}
|