mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-19 13:25:31 +08:00
14 lines
464 B
Plaintext
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
|