Files
Arthur Eubanks c207d9e0a8 Add .clang-format
This tells clang-format what kind of style we want to format as, see
https://clang.llvm.org/docs/ClangFormatStyleOptions.html.

Set it based on Google style. We can iterate on details in the
future.
2025-04-26 16:21:11 -07:00

8 lines
178 B
YAML

BasedOnStyle: Google
AlignAfterOpenBracket: AlwaysBreak
DerivePointerAlignment: false
PointerAlignment: Left
QualifierAlignment: Left
ReferenceAlignment: Left
InsertBraces: true