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
IndentWidth: 4
UseTab: Never
AllowShortIfStatementsOnASingleLine: false
IndentCaseLabels: true
ColumnLimit: 200
ColumnLimit: 150
PointerAlignment: Left
AllowShortBlocksOnASingleLine: Empty
AllowShortEnumsOnASingleLine: false
AllowShortFunctionsOnASingleLine: Empty
AllowShortIfStatementsOnASingleLine: Never
AllowShortLoopsOnASingleLine: false
BinPackArguments: false
BinPackParameters: false