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:
parent
f326f087fa
commit
c4ccb441f7
1 changed files with 3 additions and 0 deletions
3
.clangd
3
.clangd
|
|
@ -4,3 +4,6 @@ CompileFlags:
|
|||
Diagnostics:
|
||||
UnusedIncludes: None
|
||||
MissingIncludes: None
|
||||
|
||||
Style:
|
||||
AngledHeaders: ["AK/.*", "Lib.*"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue