diff options
-rw-r--r-- | .clang-format | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format index 13fd0fbd44..51e8ce8d5b 100644 --- a/.clang-format +++ b/.clang-format @@ -4,6 +4,8 @@ AlwaysBreakAfterDefinitionReturnType: All BreakBeforeBinaryOperators: None BinPackParameters: false SpaceAfterCStyleCast: true +AlignConsecutiveDeclarations: true +PointerAlignment: Right # Our column limit is actually 80, but setting that results in clang-format # making a lot of dubious hanging-indent choices; disable it and assume the # developer will line wrap appropriately. clang-format will still check |