.clangd 264 B

1234567
  1. # Disable include-cleaner checks, as Chromium doesn't enforce them and they
  2. # just create noise when working with clangd.
  3. Diagnostics:
  4. UnusedIncludes: None
  5. MissingIncludes: None
  6. CompileFlags:
  7. Remove: [-cfg=*, -exec_root=*, -inputs=*, -DUNSAFE_BUFFERS_BUILD]