David Benjamin
|
880f5dbc43
|
Configure .clangd and .clang-format so that header insertion works
Testing with VSCode, this seems to work? Previously I'd apparently just
turned header insertion off, but better to just make the tool work.
To get it to insert it in the right group, I had to configure
IncludeCategories in .clang-format. I have not gone as far as to turn on
header regrouping, but we might consider that. Based on a quick test,
this alone seems to be enough to make clangd do what we want.
Bug: 505864275
Change-Id: Ie7c40f5c67ee59936ea3f1396f00cab1f3edf6d0
Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/93827
Auto-Submit: David Benjamin <davidben@google.com>
Presubmit-BoringSSL-Verified: boringssl-scoped@luci-project-accounts.iam.gserviceaccount.com <boringssl-scoped@luci-project-accounts.iam.gserviceaccount.com>
Commit-Queue: Adam Langley <agl@google.com>
Reviewed-by: Adam Langley <agl@google.com>
|
2026-04-24 01:08:25 -07:00 |
|