clang-format: Do not derive pointer binding from file

See https://github.com/ninja-build/ninja/pull/1438#issuecomment-483353542
This commit is contained in:
Jan Niklas Hasse 2020-02-05 18:07:54 +01:00
parent b8e3841d69
commit 12fe8b6ea8

View File

@ -23,3 +23,4 @@ AllowShortLoopsOnASingleLine: false
ConstructorInitializerAllOnOneLineOrOnePerLine: false
Cpp11BracedListStyle: false
IndentCaseLabels: false
DerivePointerBinding: false