Skip to content

Commit

Permalink
Add clang format
Browse files Browse the repository at this point in the history
Signed-off-by: junjie.jiangjjj <[email protected]>
  • Loading branch information
junjiejiangjjj committed May 13, 2024
1 parent 5b8dfc5 commit edb3e06
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
BasedOnStyle: Google
DerivePointerAlignment: false
ColumnLimit: 80
IndentWidth: 4
AccessModifierOffset: -3
AlwaysBreakAfterReturnType: All
AllowShortBlocksOnASingleLine: false
AllowShortFunctionsOnASingleLine: false
AllowShortIfStatementsOnASingleLine: false
AlignTrailingComments: true

# Appended Options
SortIncludes: false
Standard: Latest
AlignAfterOpenBracket: Align
BinPackParameters: false
BinPackArguments: false
ReflowComments: false

0 comments on commit edb3e06

Please sign in to comment.