We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1186c18 commit 530f71fCopy full SHA for 530f71f
.clangd
@@ -22,16 +22,13 @@ InlayHints:
22
DeducedTypes: Yes
23
TypeNameLimit: 24
24
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
28
Diagnostics:
29
UnusedIncludes: Strict
30
MissingIncludes: None
31
32
---
33
34
-# ignore packages that installed by vcpkg
+# Ignore packages that installed by vcpkg
35
If:
36
PathMatch: out/.*
37
0 commit comments