From ad5c9341b4a1df77066a87d538bc5a6b8bcbd604 Mon Sep 17 00:00:00 2001 From: Kozoriz Date: Tue, 8 Nov 2016 15:50:15 +0200 Subject: Add cpp03 standart to .clang-format config file Related task : APPLINK-29422 --- .clang-format | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.clang-format') diff --git a/.clang-format b/.clang-format index 8515b05b85..1df4dd03b4 100644 --- a/.clang-format +++ b/.clang-format @@ -1,5 +1,6 @@ --- Language: Cpp +Standard: Cpp03 BasedOnStyle: Google AllowShortFunctionsOnASingleLine: Empty AllowShortIfStatementsOnASingleLine: false @@ -9,3 +10,6 @@ BinPackParameters: false BreakConstructorInitializersBeforeComma: true DerivePointerAlignment: false TabWidth: 2 +# Force pointers to the type for C++. +DerivePointerAlignment: false +PointerAlignment: Left -- cgit v1.2.1