From 1ae38874f24e37b2eb055ef048d6d97f6262a817 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Fri, 31 Mar 2023 15:48:55 +0200 Subject: [PATCH] Update clang-format --- .clang-format | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.clang-format b/.clang-format index 26b3ece..7aa6fcb 100644 --- a/.clang-format +++ b/.clang-format @@ -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