8 lines
180 B
JSON
8 lines
180 B
JSON
{
|
|
"C_Cpp.formatting": "clangFormat",
|
|
"editor.formatOnSave": true,
|
|
"clang-format.style": "file",
|
|
"clangd.arguments": [
|
|
"--compile-commands-dir=build"
|
|
]
|
|
} |