6 Cpp11BracedListStyle: true
8 # braces and indentation
9 BreakBeforeBraces: Linux
13 IndentCaseLabels: true
14 NamespaceIndentation: None
15 #AllowShortFunctionsOnASingleLine: None
18 DerivePointerAlignment: false
19 PointerAlignment: Middle
23 MaxEmptyLinesToKeep: 1
24 AlignEscapedNewlinesLeft: true