# clang-format 14 (pinned in .github/workflows/continuous_integration.yml as
# CLANG_FORMAT_VERSION; install the identical binary locally with
#   pipx install "clang-format==14.0.6"
# Mozilla style is what gives this codebase its return-type-on-its-own-line
# layout (AlwaysBreakAfterReturnType: TopLevel) and its 80-column limit.
---
BasedOnStyle: Mozilla
