diff --git a/.clang-format b/.clang-format index 1841c03..b8e9225 100644 --- a/.clang-format +++ b/.clang-format @@ -23,3 +23,4 @@ AllowShortLoopsOnASingleLine: false ConstructorInitializerAllOnOneLineOrOnePerLine: false Cpp11BracedListStyle: false IndentCaseLabels: false +DerivePointerBinding: false