aboutsummaryrefslogtreecommitdiff
path: root/.clangd
blob: 459d0ea8f5f17a97be122f582054e7865f264f41 (plain)
1
2
3
4
5
6
7
8
9
10
11
CompileFlags:
  Remove:
    - -fcondition-coverage
Diagnostics:
  UnusedIncludes: Strict
  MissingIncludes: None
Documentation:
  CommentFormat: Doxygen
Style:
  AngledHeaders: ".*"
  QuotedHeaders: "$^"