---
BasedOnStyle: Google
AccessModifierOffset: -4
AllowShortEnumsOnASingleLine: false
AllowShortFunctionsOnASingleLine: Inline
AllowShortLambdasOnASingleLine: Inline
BinPackArguments: false
BinPackParameters: false
ColumnLimit: 120
IncludeBlocks: Preserve
IndentWidth: 4
PackConstructorInitializers: Never
PenaltyBreakAssignment: 80
PointerAlignment: Right
SortIncludes: true
SpacesBeforeTrailingComments: 1
Standard: c++20
