mirror of
https://github.com/ninja-build/ninja.git
synced 2026-06-24 08:48:42 +00:00
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:
@@ -23,3 +23,4 @@ AllowShortLoopsOnASingleLine: false
|
|||||||
ConstructorInitializerAllOnOneLineOrOnePerLine: false
|
ConstructorInitializerAllOnOneLineOrOnePerLine: false
|
||||||
Cpp11BracedListStyle: false
|
Cpp11BracedListStyle: false
|
||||||
IndentCaseLabels: false
|
IndentCaseLabels: false
|
||||||
|
DerivePointerBinding: false
|
||||||
|
|||||||
Reference in New Issue
Block a user