---
Language:        Cpp
BasedOnStyle:  Google

AccessModifierOffset: -4
AllowShortFunctionsOnASingleLine: Empty
AllowShortIfStatementsOnASingleLine: false
ColumnLimit:     120
DerivePointerAlignment: false
IndentWidth:     4
PointerAlignment: Right
SortIncludes: false
TabWidth:        4
...

