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 |
Vicent Marti | 0865f94 | 2016-04-27 16:57:58 +0200 | [diff] [blame] | 6 | AccessModifierOffset: -2 |