From b4106ca58f723a64bcaec619b7f5c686f5e4abb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Blot?= Date: Mon, 10 Apr 2017 09:17:53 +0200 Subject: Clang-format styles fixes since previous commit --- .clang-format | 3 +++ 1 file changed, 3 insertions(+) (limited to '.clang-format') diff --git a/.clang-format b/.clang-format index 05a6b3385..d2e2f2940 100644 --- a/.clang-format +++ b/.clang-format @@ -2,6 +2,7 @@ BasedOnStyle: LLVM IndentWidth: 8 UseTab: Always BreakBeforeBraces: Custom +Standard: Cpp03 BraceWrapping: AfterClass: true AfterControlStatement: false @@ -16,6 +17,8 @@ AllowShortIfStatementsOnASingleLine: false IndentCaseLabels: false AccessModifierOffset: -8 ColumnLimit: 90 +AllowShortFunctionsOnASingleLine: Inline +SortIncludes: false IncludeCategories: - Regex: '^".*' Priority: 2 -- cgit v1.2.3