diff --git a/.clang-format b/.clang-format index 6c7fd56..7ce46b0 100644 --- a/.clang-format +++ b/.clang-format @@ -4,7 +4,7 @@ UseTab: ForIndentation BreakBeforeBraces: Linux AllowShortIfStatementsOnASingleLine: false IndentCaseLabels: false -InsertBraces: true +# InsertBraces: true SpaceAfterCStyleCast: true BinPackParameters: true BreakArrays: false