third_party.pigweed.src/.clang-format
Armando Montanez 13ebfcbcdb pw_presubmit: Begin formatter modularization
Breaks out formatter logic into better isolated and testable libraries
in preparation for introducing Bazel support. This change also includes
the refactored support for `clang-format` based formatting for C/C++
files.

Bug: b/326309165
Change-Id: Ia1df5b232f86b3ec8513df5165e9af77b9aeac56
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/193714
Commit-Queue: Auto-Submit <auto-submit@pigweed-service-accounts.iam.gserviceaccount.com>
Pigweed-Auto-Submit: Armando Montanez <amontanez@google.com>
Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Anthony DiGirolamo <tonymd@google.com>
2024-03-16 00:27:45 +00:00

9 lines
217 B
YAML

BasedOnStyle: Google
BinPackArguments: false
BinPackParameters: false
DerivePointerAlignment: false
PointerAlignment: Left
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
LineEnding: LF