Brenden Blanco | d3d2a57 | 2016-04-19 14:14:42 -0700 | [diff] [blame] | 1 | --- |
2 | BasedOnStyle: Google | ||||
3 | AllowShortIfStatementsOnASingleLine: false | ||||
Teng Qin | af250cb | 2016-11-23 12:23:03 -0800 | [diff] [blame] | 4 | AllowShortLoopsOnASingleLine: false |
Brenden Blanco | d3d2a57 | 2016-04-19 14:14:42 -0700 | [diff] [blame] | 5 | IndentCaseLabels: false |
Brenden Blanco | faea8c8 | 2017-03-29 09:58:31 -0700 | [diff] [blame] | 6 | AccessModifierOffset: -1 |