[PATCH] D22505: clang-format Access Modifier Use Normal Indent

Loki Astari via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 2 09:37:44 PDT 2016


LokiAstari added a comment.

I don't have a problem changing it so the default behaviour is:

  class C {
      int v1;
    private:
      int v2;
  };

But I would like to retain the functionality that if there is no explicit public/private/protected that it follows the original.
But if there is huge objection to that I am not going to fight over this one (I can live with the indention above).

Loki.


https://reviews.llvm.org/D22505





More information about the cfe-commits mailing list