From 01bc79531d6e6416109403d89b1559fa1e973935 Mon Sep 17 00:00:00 2001 From: jared Date: Sat, 21 Nov 2020 22:59:05 +0800 Subject: [PATCH] update format --- _clang-format | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_clang-format b/_clang-format index d4f5ffb..b16ffc6 100644 --- a/_clang-format +++ b/_clang-format @@ -16,7 +16,7 @@ Standard: Cpp11 # Column width is limited to 100 in accordance with Qt Coding Style. # https://wiki.qt.io/Qt_Coding_Style # Note that this may be changed at some point in the future. -ColumnLimit: 100 +ColumnLimit: 160 # How much weight do extra characters after the line length limit have. # PenaltyExcessCharacter: 4 @@ -76,7 +76,7 @@ AllowShortFunctionsOnASingleLine: Inline # separate categories with an empty line. It does not specify the order within # the categories. Since the SortInclude feature of clang-format does not # re-order includes separated by empty lines, the feature is not used. -SortIncludes: false +SortIncludes: true # macros for which the opening brace stays attached. ForEachMacros: [ foreach, Q_FOREACH, BOOST_FOREACH, forever, Q_FOREVER, QBENCHMARK, QBENCHMARK_ONCE ]