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