From 18f9781ea8ce886f483995c880c7ea211b7d9dd4 Mon Sep 17 00:00:00 2001 From: Nekotekina Date: Tue, 1 May 2018 13:15:37 +0300 Subject: [PATCH] Update .clang-format --- .clang-format | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.clang-format b/.clang-format index 02a0372579..c663fefd1d 100644 --- a/.clang-format +++ b/.clang-format @@ -11,11 +11,11 @@ BreakConstructorInitializersBeforeComma: true BreakBeforeBinaryOperators: false BreakBeforeTernaryOperators: false AlwaysBreakTemplateDeclarations: true -AllowShortIfStatementsOnASingleLine: true -AllowShortBlocksOnASingleLine: true +AllowShortIfStatementsOnASingleLine: false +AllowShortBlocksOnASingleLine: false AllowShortCaseLabelsOnASingleLine: true AllowShortFunctionsOnASingleLine: false -AllowShortLoopsOnASingleLine: true +AllowShortLoopsOnASingleLine: false Cpp11BracedListStyle: true IndentCaseLabels: false SortIncludes: false @@ -29,5 +29,3 @@ BinPackParameters: true AlwaysBreakAfterReturnType: None KeepEmptyLinesAtTheStartOfBlocks: true IndentWrappedFunctionNames: false - -#SpaceAfterTemplateKeyword: false