Skip to content

Commit 530f71f

Browse files
committed
Update .clangd
1 parent 1186c18 commit 530f71f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.clangd

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,13 @@ InlayHints:
2222
DeducedTypes: Yes
2323
TypeNameLimit: 24
2424

25-
# https://clangd.llvm.org/design/include-cleaner
26-
# By default, Include Cleaner will not diagnose headers from the Standard Library.
27-
# Standard Library headers support is not complete yet
2825
Diagnostics:
2926
UnusedIncludes: Strict
3027
MissingIncludes: None
3128

3229
---
3330

34-
# ignore packages that installed by vcpkg
31+
# Ignore packages that installed by vcpkg
3532
If:
3633
PathMatch: out/.*
3734
Diagnostics:

0 commit comments

Comments
 (0)