2019-10-05 05:01:46 -07:00

10 lines
285 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