diff --git a/.clang-format b/.clang-format index c84d276d7f775d858aed22553cf1451315a6f8bd..cc30390a64fb2094dded31fd47b53aa2a5166f21 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