From ce21db2ce3bfd71f55762b846685868456cd195c Mon Sep 17 00:00:00 2001 From: vlj Date: Sat, 27 Aug 2016 19:12:24 +0200 Subject: [PATCH] Tweak clang-format --- .clang-format | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.clang-format b/.clang-format index 6536f034e3..266b7859e8 100644 --- a/.clang-format +++ b/.clang-format @@ -1,11 +1,11 @@ Standard: Cpp11 UseTab: ForIndentation TabWidth: 1 -IndentWidth: 1 +IndentWidth: 1 AccessModifierOffset: -1 PointerAlignment: Left NamespaceIndentation: All -ColumnLimit: 0 +ColumnLimit: 100 BreakBeforeBraces: Allman BreakConstructorInitializersBeforeComma: true BreakBeforeBinaryOperators: false @@ -22,7 +22,7 @@ SortIncludes: false ReflowComments: true AlignConsecutiveAssignments: true AlignTrailingComments: true -AlignAfterOpenBracket: false +AlignAfterOpenBracket: DontAlign ConstructorInitializerAllOnOneLineOrOnePerLine: false BinPackArguments: true BinPackParameters: true