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