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

Owen Pan via cfe-commits cfe-commits at lists.llvm.org
Tue May 13 00:28:34 PDT 2025


owenca 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"
```

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


More information about the cfe-commits mailing list