9 AlwaysBreakTemplateDeclarations: true
10 AlwaysBreakAfterReturnType: All
11 PointerAlignment: Left
12 AllowShortIfStatementsOnASingleLine: false
13 BreakBeforeBraces: Allman
15 # Disable formatting options which may break tests.
19 # Indent preprocessor directives
20 IndentPPDirectives: AfterHash