From adc6cc385d3666fd1699283d9cb860f994a3ad11 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Thu, 26 Nov 2020 10:41:10 +0100 Subject: [PATCH] DerivePointerAlignment set to false in .clang-format --- .clang-format | 1 + 1 file changed, 1 insertion(+) diff --git a/.clang-format b/.clang-format index c84d276d7..cc30390a6 100644 --- a/.clang-format +++ b/.clang-format @@ -10,6 +10,7 @@ AllowShortLambdasOnASingleLine: Empty AllowShortLoopsOnASingleLine: false BreakBeforeBinaryOperators: NonAssignment ColumnLimit: 100 +DerivePointerAlignment: false IndentWidth: 4 IncludeBlocks: Preserve IndentGotoLabels: false -- GitLab