1BasedOnStyle: Google
2AccessModifierOffset: -2
3AllowShortBlocksOnASingleLine: false
4AllowShortCaseLabelsOnASingleLine: false
5AllowShortFunctionsOnASingleLine: false
6AllowShortIfStatementsOnASingleLine: false
7AllowShortLoopsOnASingleLine: false
8ConstructorInitializerAllOnOneLineOrOnePerLine: false
9ColumnLimit: 100
10CommentPragmas: NOLINT:.*
11Cpp11BracedListStyle: false
12DerivePointerAlignment: false
13IndentWidth: 4
14PointerAlignment: Left
15TabWidth: 4
16UseTab: Never
17PenaltyExcessCharacter: 32
18