Update clang-format

This commit is contained in:
ItsDrike 2023-03-31 15:48:55 +02:00
parent 6f367d865e
commit 1ae38874f2
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0

View file

@ -3,12 +3,13 @@ BreakBeforeBraces: Stroustrup
TabWidth: 4 TabWidth: 4
IndentWidth: 4 IndentWidth: 4
UseTab: Never UseTab: Never
AllowShortIfStatementsOnASingleLine: false
IndentCaseLabels: true IndentCaseLabels: true
ColumnLimit: 200 ColumnLimit: 150
PointerAlignment: Left PointerAlignment: Left
AllowShortBlocksOnASingleLine: Empty AllowShortBlocksOnASingleLine: Empty
AllowShortEnumsOnASingleLine: false AllowShortEnumsOnASingleLine: false
AllowShortFunctionsOnASingleLine: Empty AllowShortFunctionsOnASingleLine: Empty
AllowShortIfStatementsOnASingleLine: Never AllowShortIfStatementsOnASingleLine: Never
AllowShortLoopsOnASingleLine: false AllowShortLoopsOnASingleLine: false
BinPackArguments: false
BinPackParameters: false