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