From 64676dd04bcc37c98c9c679c0c32bb2eb941da7e Mon Sep 17 00:00:00 2001 From: Norihiro Watanabe <norihiro.watanabe@ufz.de> Date: Tue, 24 May 2016 22:36:50 +0200 Subject: [PATCH] set false to AllowShortIfStatementsOnASingleLine in clang-format for helping debug --- .clang-format | 1 + 1 file changed, 1 insertion(+) diff --git a/.clang-format b/.clang-format index 09b042fd1ba..ea2106fcb44 100644 --- a/.clang-format +++ b/.clang-format @@ -3,6 +3,7 @@ Language: Cpp BasedOnStyle: Google AccessModifierOffset: -4 +AllowShortIfStatementsOnASingleLine: false AllowShortLoopsOnASingleLine: false AllowShortFunctionsOnASingleLine: Inline BreakBeforeBraces: Allman -- GitLab