Re: [PATCH] clang-format: don't indent namespaces

From: Miguel Ojeda
Date: Sat Apr 18 2020 - 07:52:45 EST


Hi Ian,

On Thu, Apr 9, 2020 at 2:13 AM Ian Rogers <irogers@xxxxxxxxxx> wrote:
>
> This change doesn't affect existing code. Inner namespace indentation
> can lead to a lot of indentation in the case of anonymous namespaces and
> the like, impeding readability. Of the clang-format builtin styles
> LLVM, Google, Chromium and Mozilla use None while WebKit uses Inner.
>
> Signed-off-by: Ian Rogers <irogers@xxxxxxxxxx>

Picking it up for -rc2/3.

Cheers,
Miguel