From 12fe8b6ea8bf68205d817d91bbadd62d3aefa824 Mon Sep 17 00:00:00 2001 From: Jan Niklas Hasse Date: Wed, 5 Feb 2020 18:07:54 +0100 Subject: [PATCH] clang-format: Do not derive pointer binding from file See https://github.com/ninja-build/ninja/pull/1438#issuecomment-483353542 --- .clang-format | 1 + 1 file changed, 1 insertion(+) 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