2 # this configuration requires clang-format 3.8 or higher
10 Cpp11BracedListStyle: true
12 # braces and indentation
13 BreakBeforeBraces: Linux
17 IndentCaseLabels: true
18 NamespaceIndentation: None
21 DerivePointerAlignment: false
22 PointerAlignment: Middle
26 MaxEmptyLinesToKeep: 1
27 AlignEscapedNewlinesLeft: true
28 AllowShortFunctionsOnASingleLine: Inline