Add .clangd configuration file that disables the unused include check

The clangd include checker is rather broken and is littered with false
positives in our codebase, so let's disable the feature until it improves
a bit.
This commit is contained in:
Daan De Meyer
2025-04-23 15:26:39 +02:00
parent b5bea81b74
commit 98a8117eb9

4
.clangd Normal file
View File

@@ -0,0 +1,4 @@
# SPDX-License-Identifier: LGPL-2.1-or-later
Diagnostics:
UnusedIncludes: None