From f6bb7844396e5f36cc196a6a61aa5547c14deb33 Mon Sep 17 00:00:00 2001 From: "Thiago Marcos P. Santos" Date: Thu, 25 Jul 2019 03:05:35 +0300 Subject: [build] CI config Run it in parallel with the old build system. This will offer a migration path and make sure we keep everything working at the cost of running many CI bots. New stuff is prefixed with "next". Appveyor already got migrated to the next buildsystem. After merging, we will follow-up removing duplicated core bots. --- .clang-format | 23 +++++++---------------- 1 file changed, 7 insertions(+), 16 deletions(-) (limited to '.clang-format') diff --git a/.clang-format b/.clang-format index ff0f39e73b..cacdf25308 100644 --- a/.clang-format +++ b/.clang-format @@ -1,18 +1,9 @@ -Standard: Cpp11 -IndentWidth: 4 +--- +Language: Cpp +BasedOnStyle: Google AccessModifierOffset: -4 -UseTab: Never -BinPackParameters: false -AllowShortIfStatementsOnASingleLine: false -AllowShortLoopsOnASingleLine: false -AllowShortBlocksOnASingleLine: false -AllowShortFunctionsOnASingleLine: false -ConstructorInitializerAllOnOneLineOrOnePerLine: true -AlwaysBreakTemplateDeclarations: true -NamespaceIndentation: None -PointerBindsToType: true -SpacesInParentheses: false -BreakBeforeBraces: Attach -ColumnLimit: 100 -Cpp11BracedListStyle: false +AllowShortFunctionsOnASingleLine: Inline +ColumnLimit: 120 +IndentWidth: 4 SpacesBeforeTrailingComments: 1 +... -- cgit v1.2.1