Files
ptprnt/.vscode/c_cpp_properties.json
Moritz Martinius b24793bce6
All checks were successful
Build ptprnt / build (push) Successful in 2m19s
Fix minor issues and create a .clangd config for different builddirs
2025-10-19 14:47:52 +02:00

16 lines
261 B
JSON

{
"configurations": [
{
"name": "Linux",
"compilerPath": "/usr/bin/clang",
"cStandard": "c11",
"cppStandard": "c++20",
"browse": {
"path": [
"${workspaceFolder}"
]
}
}
],
"version": 4
}