From 2644e4accaf7487ad51b205040163e42b76de3a4 Mon Sep 17 00:00:00 2001 From: Konstantinos Sideris Date: Sun, 20 Aug 2017 13:47:22 +0300 Subject: Small style change --- .clang-format | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to '.clang-format') diff --git a/.clang-format b/.clang-format index ae3158bd..48a81211 100644 --- a/.clang-format +++ b/.clang-format @@ -7,13 +7,12 @@ AlignTrailingComments: false AllowAllParametersOfDeclarationOnNextLine: true AllowShortFunctionsOnASingleLine: None AllowShortIfStatementsOnASingleLine: false -BasedOnStyle: Google +BasedOnStyle: Mozilla BinPackArguments: false BinPackParameters: false BreakBeforeBraces: Linux BreakConstructorInitializersBeforeComma: true -ColumnLimit: 0 -ConstructorInitializerAllOnOneLineOrOnePerLine: true +ColumnLimit: 120 ContinuationIndentWidth: 8 IndentCaseLabels: false IndentWidth: 8 -- cgit 1.4.1