| Naseer Ahmed | b92e73f | 2016-03-12 02:03:48 -0500 | [diff] [blame] | 1 | --- |
| 2 | Language: Cpp | ||||
| 3 | BasedOnStyle: Google | ||||
| 4 | AllowShortIfStatementsOnASingleLine: false | ||||
| 5 | AllowShortLoopsOnASingleLine: false | ||||
| 6 | AllowShortFunctionsOnASingleLine: Inline | ||||
| 7 | AllowShortBlocksOnASingleLine: false | ||||
| 8 | ColumnLimit: 100 | ||||
| 9 | ConstructorInitializerAllOnOneLineOrOnePerLine: true | ||||
| 10 | ConstructorInitializerIndentWidth: 4 | ||||
| 11 | DerivePointerAlignment: false | ||||
| 12 | PointerAlignment: Right | ||||
| 13 | #ReflowComments: false | ||||