Re: [PATCH v1] tools clang-format: Add a tools clang-format that overrides some kernel behaviors

From: Joe Perches

Date: Tue Apr 07 2026 - 13:11:24 EST


On Tue, 2026-04-07 at 09:55 -0700, Ian Rogers wrote:

> Sorting headers is desirable to avoid issues like duplicate includes.

Perhaps.

Some others prefer reverse-christmas-tree by length ordering for #includes
though I think it's poor style.