.clangd 218 B

12345678
  1. CompileFlags:
  2. # Treat files as C, not C++.
  3. Add: [-xc]
  4. Diagnostics:
  5. Includes:
  6. # config.h should be included at the top of files, even if not needed.
  7. # Don't consider it unused.
  8. IgnoreHeader: config\.h