mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-20 22:12:24 +08:00
10 lines
285 B
Plaintext
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
|