On Sat, 8 Feb 2025 at 14:30, Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx> wrote: > > I've never used clang-format, but I do know it supports those kinds of > extensions, since I see them in the kernel config file. Bah. Over-eager editing removed the context of that sentence. The context was supposed to be that in the kernel, we tend to have lots of patterns that make traditional indentation checking totally useless: things like the "list_for_each()" macro that obviously includes a loop in it and thus has indentation expectations. Linus