Added basics

This commit is contained in:
2026-02-06 13:22:47 +02:00
parent a397841064
commit 554abbe8f6
4 changed files with 71 additions and 0 deletions

16
.clangd Normal file
View File

@@ -0,0 +1,16 @@
{
"CompileFlags": {
"Add": [
"-std=c++23",
"-Wall",
"-Wextra",
"-Wpedantic",
]
},
"Index": {
"Background": "Build"
},
"Completion": {
"AllScopes": true
}
}