You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
354 B
16 lines
354 B
4 months ago
|
BasedOnStyle: Google
|
||
|
Standard: Cpp11
|
||
|
AccessModifierOffset: -2
|
||
|
AllowShortFunctionsOnASingleLine: Inline
|
||
|
ColumnLimit: 100
|
||
|
CommentPragmas: NOLINT:.*
|
||
|
DerivePointerAlignment: false
|
||
|
IncludeBlocks: Preserve
|
||
|
IndentWidth: 4
|
||
|
ContinuationIndentWidth: 8
|
||
|
PointerAlignment: Left
|
||
|
TabWidth: 4
|
||
|
UseTab: Never
|
||
|
# Following are specific to libeffects/lvm
|
||
|
SortIncludes: false
|