From 8d3403cdcc085bdc764948d30eca38e6459972ca Mon Sep 17 00:00:00 2001 From: Andrey Konovalov Date: Tue, 25 Jul 2017 20:48:23 +0200 Subject: buildbot: add .travis.yml Also change .clang-format to support older versions of the tool. --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.clang-format') diff --git a/.clang-format b/.clang-format index f21cd7a55..15c07f7b4 100644 --- a/.clang-format +++ b/.clang-format @@ -7,9 +7,9 @@ DerivePointerAlignment: false PointerAlignment: Left AlignTrailingComments: true AllowShortBlocksOnASingleLine: false -AllowShortCaseLabelsOnASingleLine: false AllowShortFunctionsOnASingleLine: false AllowShortIfStatementsOnASingleLine: false AllowShortLoopsOnASingleLine: false ColumnLimit: 0 +AlignTrailingComments: false -- cgit mrf-deployment