From ab8f96e6cd86848b4297ecdc8dc406312f014d7f Mon Sep 17 00:00:00 2001 From: James Cherry Date: Thu, 14 May 2020 18:05:34 -0700 Subject: [PATCH] clang-format --- .clang-format | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.clang-format b/.clang-format index a6c3ab9e..cd7dc197 100644 --- a/.clang-format +++ b/.clang-format @@ -2,6 +2,7 @@ # using it on the source tree. Language: Cpp BasedOnStyle: Google +AccessModifierOffset: -2 AlignOperands: false AllowAllArgumentsOnNextLine: false AllowAllConstructorInitializersOnNextLine: false @@ -25,3 +26,4 @@ ColumnLimit: 0 ConstructorInitializerAllOnOneLineOrOnePerLine: false ConstructorInitializerIndentWidth: 2 IncludeBlocks: Preserve +PointerAlignment: Right