| Harish Mahendrakar | 0bbbe07 | 2020-10-01 23:28:48 +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: Left | ||||
| 12 | TabWidth: 4 | ||||
| 13 | UseTab: Never | ||||
| 14 | # Following are specific to libeffects/lvm | ||||
| 15 | SortIncludes: false | ||||