diff --git a/.clang-format b/.clang-format index b0fa55c40..e92a1ebd7 100644 --- a/.clang-format +++ b/.clang-format @@ -1,18 +1,18 @@ --- -Language: Cpp -BasedOnStyle: Google -IndentWidth: 2 -TabWidth: 2 +Language: Cpp +BasedOnStyle: Google +IndentWidth: 2 +TabWidth: 2 ContinuationIndentWidth: 4 AccessModifierOffset: -1 # The private/protected/public has no indent in class -Standard: Cpp11 +Standard: Cpp11 AllowAllParametersOfDeclarationOnNextLine: true BinPackParameters: false BinPackArguments: false --- Language: Proto -BasedOnStyle: Google -IndentWidth: 2 -TabWidth: 2 +BasedOnStyle: Google +IndentWidth: 2 +TabWidth: 2 ContinuationIndentWidth: 4 ---