From 96c4dd93ddc01df0e2c26193af6f425ae594748c Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Wed, 20 Nov 2024 14:42:05 +0100 Subject: Sync with upstream --- .clang-format | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to '.clang-format') diff --git a/.clang-format b/.clang-format index 6e49d83..2b8e0b3 100644 --- a/.clang-format +++ b/.clang-format @@ -1,11 +1,12 @@ -BasedOnStyle: google +AllowShortBlocksOnASingleLine: false +AllowShortFunctionsOnASingleLine: None AllowShortIfStatementsOnASingleLine: false AllowShortLoopsOnASingleLine: false -AllowShortFunctionsOnASingleLine: None -AllowShortBlocksOnASingleLine: false AlwaysBreakBeforeMultilineStrings: false +BasedOnStyle: google +ColumnLimit: 0 IndentWidth: 4 +InsertBraces: true PointerBindsToType: false -ColumnLimit: 0 -SpaceBeforeParens: ControlStatements SortIncludes: false +SpaceBeforeParens: ControlStatements -- cgit v1.3