clang-format does not recognize as main header an include that uses
angle brackets. This is a common practice used in many projects.
This patch removes the initial check for the '"' character.
Differential D76071
[Tooling] Recognize angle brackets for main header drdanz on Mar 12 2020, 8:20 AM. Authored by
Details
clang-format does not recognize as main header an include that uses This patch removes the initial check for the '"' character.
Diff Detail
|