| Snehal N Bhamare | dc204de | 2019-08-21 20:36:56 +0530 | [diff] [blame^] | 1 | BasedOnStyle: Google |
| 2 | Standard: Cpp11 | ||||
| 3 | AccessModifierOffset: -2 | ||||
| 4 | AllowShortFunctionsOnASingleLine: Inline | ||||
| 5 | ColumnLimit: 100 | ||||
| 6 | CommentPragmas: NOLINT:.* | ||||
| 7 | DerivePointerAlignment: false | ||||
| 8 | IncludeBlocks: Preserve | ||||
| 9 | IndentWidth: 4 | ||||
| 10 | ContinuationIndentWidth: 8 | ||||
| 11 | PointerAlignment: Right | ||||
| 12 | TabWidth: 4 | ||||
| 13 | UseTab: Never | ||||