diff --git a/.clang-format b/.clang-format index 04e9856..67b9bd0 100644 --- a/.clang-format +++ b/.clang-format @@ -8,11 +8,8 @@ AllowShortBlocksOnASingleLine: true AllowShortCaseLabelsOnASingleLine: true AllowShortIfStatementsOnASingleLine: true AllowShortLoopsOnASingleLine: true -BraceWrapping: - AfterFunction: true - BeforeElse: true BreakBeforeBinaryOperators: None -BreakBeforeBraces: Custom +BreakBeforeBraces: Linux ContinuationIndentWidth: 0 DerivePointerAlignment: true MaxEmptyLinesToKeep: 2