[clang] clang-format: Add IncludeSortKey option (PR #137840)

Daan De Meyer via cfe-commits cfe-commits at lists.llvm.org
Tue May 13 00:52:38 PDT 2025


DaanDeMeyer wrote:

> I would expect that file extensions be sorted regardless. For example:
> 
> ```
> #include "a.h"
> #include "a.inc"
> #include "a-util.def"
> #include "a-util.h"
> ```

Addressed

https://github.com/llvm/llvm-project/pull/137840


More information about the cfe-commits mailing list