Re: [PATCH v2 3/5] clang-format: Fix goto labels indentation

From: Miguel Ojeda
Date: Fri May 20 2022 - 13:09:23 EST


On Fri, May 6, 2022 at 6:00 PM Mickaël Salaün <mic@xxxxxxxxxxx> wrote:
>
> Thanks to IndentGotoLabels introduced with clang-format-10 [1], we can
> avoid goto labels identation. This follows the current coding style and
> it is then in line with the checkpatch.pl rules [2].

To be consistent, this should increase the minimum to clang-format-10
-- I will fix it on my side.

Cheers,
Miguel