10 lines
275 B
JSON
10 lines
275 B
JSON
{
|
|
"clangd.arguments": [
|
|
"--header-insertion=iwyu",
|
|
"--header-insertion-decorators",
|
|
"--suggest-missing-includes",
|
|
"--clang-tidy"
|
|
],
|
|
"coc.preferences.jumpCommand": "vsplit",
|
|
"powershell.integratedConsole.showOnStartup": false
|
|
}
|