blob: 6f4b13e14d9b8ccf8665bd317f01ee38188aa85e [file] [log] [blame]
Harish Mahendrakar0bbbe072020-10-01 23:28:48 +05301BasedOnStyle: Google
2Standard: Cpp11
3AccessModifierOffset: -2
4AllowShortFunctionsOnASingleLine: Inline
5ColumnLimit: 100
6CommentPragmas: NOLINT:.*
7DerivePointerAlignment: false
8IncludeBlocks: Preserve
9IndentWidth: 4
10ContinuationIndentWidth: 8
11PointerAlignment: Left
12TabWidth: 4
13UseTab: Never
14# Following are specific to libeffects/lvm
15SortIncludes: false