Meta: Enable angled brackets in clangd

This commit enables angled includes on completion for headers under
Libraries and AK to match our coding style.
This commit is contained in:
Ryszard Goc 2026-03-04 13:38:55 +01:00 committed by Jelle Raaijmakers
parent f326f087fa
commit c4ccb441f7

View file

@ -4,3 +4,6 @@ CompileFlags:
Diagnostics:
UnusedIncludes: None
MissingIncludes: None
Style:
AngledHeaders: ["AK/.*", "Lib.*"]