Skip to content
This repository was archived by the owner on Feb 7, 2026. It is now read-only.

Commit 744703a

Browse files
committed
updated
1 parent 3d9e3bb commit 744703a

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.clangd

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Configuration file for clangd IntelliSense LSP server
2-
Index:
3-
Background: Build
4-
2+
# Att: User .clangd configuration is prioritized over workspace
53
Diagnostics:
64
ClangTidy:
75
Add: [performance-*, readability-*, modernize-*]
@@ -15,9 +13,12 @@ Diagnostics:
1513
UnusedIncludes: Strict
1614

1715
InlayHints:
18-
Enabled: true
19-
ParameterNames: true
20-
DeducedTypes: true
16+
Enabled: Yes
17+
BlockEnd: Yes
18+
Designators: Yes
19+
ParameterNames: Yes
20+
DeducedTypes: Yes
21+
TypeNameLimit: 0
2122

2223
CompileFlags:
2324
Add: [-Wall, -Wextra, -std=c++17]

0 commit comments

Comments
 (0)