Skip to content

Commit

Permalink
fix: clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
yinheli committed Jan 14, 2022
1 parent 6640c36 commit 423d57a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion tools/xservice/gogen/assets/project/.clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ BasedOnStyle: LLVM
---
Language: Proto
BasedOnStyle: Google
AlignConsecutiveAssignments: AcrossComments
AlignConsecutiveAssignments: true
AlignTrailingComments: true
AllowShortBlocksOnASingleLine: Empty
AllowShortFunctionsOnASingleLine: Empty
Expand Down

0 comments on commit 423d57a

Please sign in to comment.