change AlignAfterOpenBracket in .clang-format to BlockIndent

to match the Python code
This commit is contained in:
Yay295 2024-05-19 01:54:21 -05:00 committed by Yay295
parent f19e07b58c
commit 87b23d0207

View File

@ -3,7 +3,7 @@
BasedOnStyle: Google
AlwaysBreakAfterReturnType: All
AllowShortIfStatementsOnASingleLine: false
AlignAfterOpenBracket: AlwaysBreak
AlignAfterOpenBracket: BlockIndent
BinPackArguments: false
BinPackParameters: false
BreakBeforeBraces: Attach