From 5f15c661c606e66eb86a148c9c8111f074e3eb5e Mon Sep 17 00:00:00 2001 From: Nekotekina Date: Sun, 28 Aug 2016 12:35:56 +0300 Subject: [PATCH] .clang-format restored --- .clang-format | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.clang-format b/.clang-format index 5df61b0661..6536f034e3 100644 --- a/.clang-format +++ b/.clang-format @@ -1,5 +1,5 @@ Standard: Cpp11 -UseTab: Always +UseTab: ForIndentation TabWidth: 1 IndentWidth: 1 AccessModifierOffset: -1 @@ -7,7 +7,7 @@ PointerAlignment: Left NamespaceIndentation: All ColumnLimit: 0 BreakBeforeBraces: Allman -BreakConstructorInitializersBeforeComma: false +BreakConstructorInitializersBeforeComma: true BreakBeforeBinaryOperators: false BreakBeforeTernaryOperators: false AlwaysBreakTemplateDeclarations: true @@ -20,7 +20,7 @@ Cpp11BracedListStyle: true IndentCaseLabels: false SortIncludes: false ReflowComments: true -AlignConsecutiveAssignments: false +AlignConsecutiveAssignments: true AlignTrailingComments: true AlignAfterOpenBracket: false ConstructorInitializerAllOnOneLineOrOnePerLine: false