1---
2Language:        Cpp
3BasedOnStyle:  Google
4AllowShortIfStatementsOnASingleLine: false
5AllowShortLoopsOnASingleLine: false
6AllowShortFunctionsOnASingleLine: Inline
7AllowShortBlocksOnASingleLine: false
8ColumnLimit:     100
9ConstructorInitializerAllOnOneLineOrOnePerLine: true
10ConstructorInitializerIndentWidth: 4
11DerivePointerAlignment: false
12PointerAlignment: Right
13#ReflowComments: false
14