.clangd: Disable UnusedIncludes feature that does not work with umbrella headers.

This commit is contained in:
S David 2023-07-15 07:30:47 -04:00
parent caa5ed2630
commit bf0f48ffb3

View File

@ -1,2 +1,4 @@
Diagnostics:
UnusedIncludes: None
MissingIncludes: None
---