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 Jul 16, 2024
1 parent f19e07b commit 87b23d0
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 87b23d0

Please sign in to comment.