aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/dot_config/clangd/config.yaml
blob: f7a45cc6b971e0e81c29bec66e6046fe05586ae7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
Index:
  StandardLibrary: Yes
Diagnostics:
  ClangTidy:
    FastCheckFilter: None
  UnusedIncludes: Strict
  # MissingIncludes: Strict
  Includes:
    AnalyzeAngledIncludes: Yes
InlayHints:
  Enabled: Yes
  BlockEnd: Yes
  DefaultArguments: Yes
Hover:
  ShowAKA: Yes
---
 If:
   PathMatch: /home/dev/llvm-project/.*
 Index:
   External:
     Server: clangd-index.llvm.org:5900
     MountPoint: /home/dev/llvm-project/