Skip to content

Commit

Permalink
change AlignAfterOpenBracket in .clang-format to BlockIndent
Browse files Browse the repository at this point in the history
to match the Python code
  • Loading branch information
Yay295 committed Jun 25, 2024
1 parent a596a40 commit c0eb3e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
BasedOnStyle: Google
AlwaysBreakAfterReturnType: All
AllowShortIfStatementsOnASingleLine: false
AlignAfterOpenBracket: AlwaysBreak
AlignAfterOpenBracket: BlockIndent
BinPackArguments: false
BinPackParameters: false
BreakBeforeBraces: Attach
Expand Down

0 comments on commit c0eb3e6

Please sign in to comment.