Files
anm2ed/.vscode/settings.json

8 lines
180 B
JSON

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