From b065d3529ad3fb8ff2df447705633bc0f0dfdfda Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Fri, 23 May 2025 13:54:46 +0200 Subject: [PATCH] clangd: Enable UnusedIncludes feature again Now that the entire free doesn't trigger any clang unused include violations anymore, let's re-enable the clangd option as it's much more useful now that the tree is clean. --- .clangd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clangd b/.clangd index 8cc437ab816..24886efe9e8 100644 --- a/.clangd +++ b/.clangd @@ -1,4 +1,4 @@ # SPDX-License-Identifier: LGPL-2.1-or-later Diagnostics: - UnusedIncludes: None + UnusedIncludes: Strict