2023-05-16 10:53:42 -07:00

14 lines
464 B
Plaintext

BasedOnStyle: Google
# ericf note: ensuring pointers/refs are consistent
# (google style default is to derive from file and fall back to left)
PointerAlignment: Left
DerivePointerAlignment: false
# want +, -, etc at beginning of split lines
BreakBeforeBinaryOperators: NonAssignment
# Testing; kinda looks cramped without space but function-call type
# initializations look odd *with* space. Guess I'll leave default for now.
# SpaceBeforeCpp11BracedList: true