diff --git a/.clang-format b/.clang-format index 49f74f1..7674ed0 100644 --- a/.clang-format +++ b/.clang-format @@ -1,11 +1,10 @@ # https://releases.llvm.org/11.0.1/tools/clang/docs/ClangFormatStyleOptions.html BasedOnStyle: LLVM - --- Language: Proto BasedOnStyle: Google -AlignConsecutiveAssignments: AcrossComments +AlignConsecutiveAssignments: true AlignTrailingComments: true AllowShortBlocksOnASingleLine: Empty AllowShortFunctionsOnASingleLine: Empty diff --git a/tools/xservice/gogen/assets/project/.clang-format b/tools/xservice/gogen/assets/project/.clang-format index 49f74f1..30a5288 100644 --- a/tools/xservice/gogen/assets/project/.clang-format +++ b/tools/xservice/gogen/assets/project/.clang-format @@ -5,7 +5,7 @@ BasedOnStyle: LLVM --- Language: Proto BasedOnStyle: Google -AlignConsecutiveAssignments: AcrossComments +AlignConsecutiveAssignments: true AlignTrailingComments: true AllowShortBlocksOnASingleLine: Empty AllowShortFunctionsOnASingleLine: Empty