diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2015-01-22 12:24:00 +0100 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2015-02-04 10:49:06 +0100 |
commit | aa09aa321b24981bf0f8f2dec97ac100727266a5 (patch) | |
tree | 9291597f54e8d86357a285f9ffd426ff435f9387 /.clang-format | |
parent | 8a1fce547e9ad0bf750418c844c9b23a3ee6d8dd (diff) | |
download | qtlocation-mapboxgl-aa09aa321b24981bf0f8f2dec97ac100727266a5.tar.gz |
rearrange tests and make more robust
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.clang-format b/.clang-format index 0565d7379e..86d562e74e 100644 --- a/.clang-format +++ b/.clang-format @@ -2,9 +2,11 @@ Standard: Cpp11 IndentWidth: 4 AccessModifierOffset: -4 UseTab: Never -BinPackParameters: true +BinPackParameters: false AllowShortIfStatementsOnASingleLine: false AllowShortLoopsOnASingleLine: false +AllowShortBlocksOnASingleLine: false +AllowShortFunctionsOnASingleLine: false ConstructorInitializerAllOnOneLineOrOnePerLine: true AlwaysBreakTemplateDeclarations: true NamespaceIndentation: None @@ -12,5 +14,5 @@ PointerBindsToType: false SpacesInParentheses: false BreakBeforeBraces: Attach ColumnLimit: 100 -Cpp11BracedListStyle: true +Cpp11BracedListStyle: false SpacesBeforeTrailingComments: 1 |