---
BasedOnStyle: Google
---
Language:                               Cpp
Standard:                               c++17
AccessModifierOffset: -3
IndentWidth: 4
SpacesBeforeTrailingComments: 2
SortIncludes: false
IndentAccessModifiers: false

# Force pointers to the type
DerivePointerAlignment: false
PointerAlignment: Left
