1BasedOnStyle: Google 2 3AlignOperands: false 4AllowShortIfStatementsOnASingleLine: false 5AllowShortLoopsOnASingleLine: false 6BreakBeforeTernaryOperators: false 7ColumnLimit: 100 8PointerBindsToType: false 9