Skip to content

Commit

Permalink
Format src/module.c
Browse files Browse the repository at this point in the history
Signed-off-by: Ping Xie <pingxie@google.com>
  • Loading branch information
PingXie committed Apr 17, 2024
1 parent 6eb27a5 commit ffab67b
Show file tree
Hide file tree
Showing 2 changed files with 2,822 additions and 1,783 deletions.
7 changes: 6 additions & 1 deletion .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,9 @@ ReflowComments: true
CommentPragmas: '^\\s*\\*'
InsertBraces: true
InsertNewlineAtEOF: true
SortIncludes: false
SortIncludes: false
BinPackArguments: false
BinPackParameters: false
AlignAfterOpenBracket: Align
AllowAllArgumentsOnNextLine: false
AllowAllParametersOfDeclarationOnNextLine: false

0 comments on commit ffab67b

Please sign in to comment.