mirror of
https://github.com/BlackMATov/kari.hpp.git
synced 2025-12-13 21:07:59 +07:00
14 lines
448 B
JSON
14 lines
448 B
JSON
{
|
|
"[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}/.clangd"
|
|
],
|
|
"cmake.copyCompileCommands": "${workspaceFolder}/.clangd/compile_commands.json"
|
|
}
|