Skip to content

Commit 972396b

Browse files
committed
Configure clangd on a directory level
1 parent 20a6cdf commit 972396b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.vscode/settings.json

-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
{
2-
"clangd.fallbackFlags": [
3-
"-std=c++20"
4-
],
52
"files.associations": {
63
"day05.pl": "prolog"
74
},

day15/.clangd

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
CompileFlags:
2+
Add: [-std=c++20]

0 commit comments

Comments
 (0)