From 17016090e38cc44e58517129278c28dd7943b4cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Blot?= Date: Mon, 9 Oct 2017 11:32:06 +0200 Subject: Travis: Update clang from 4.0 to 5.0 (#6467) * Update clang from 4.0 to 5.0 --- .clang-format | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.clang-format') diff --git a/.clang-format b/.clang-format index f1d51a04f..455dc6038 100644 --- a/.clang-format +++ b/.clang-format @@ -17,7 +17,7 @@ AllowShortIfStatementsOnASingleLine: false IndentCaseLabels: false AccessModifierOffset: -8 ColumnLimit: 90 -AllowShortFunctionsOnASingleLine: Inline +AllowShortFunctionsOnASingleLine: InlineOnly SortIncludes: false IncludeCategories: - Regex: '^".*' @@ -26,3 +26,5 @@ IncludeCategories: Priority: 1 AlignAfterOpenBracket: DontAlign ContinuationIndentWidth: 16 +ConstructorInitializerIndentWidth: 16 +BreakConstructorInitializers: AfterColon -- cgit v1.2.3