1e637637aSJF BastienBasedOnStyle: LLVM 2e637637aSJF Bastien 3e637637aSJF BastienLanguage: Cpp 4e637637aSJF BastienStandard: Cpp11 5e637637aSJF Bastien 6e637637aSJF BastienIndentWidth: 4 7e637637aSJF BastienColumnLimit: 120 8e637637aSJF Bastien 9e637637aSJF BastienAlwaysBreakTemplateDeclarations: true 10e637637aSJF BastienAlwaysBreakAfterReturnType: All 11e637637aSJF BastienPointerAlignment: Left 12e637637aSJF BastienAllowShortIfStatementsOnASingleLine: false 13e637637aSJF BastienBreakBeforeBraces: Allman 14e637637aSJF Bastien 15e637637aSJF Bastien# Disable formatting options which may break tests. 16e637637aSJF BastienSortIncludes: false 17e637637aSJF BastienReflowComments: false 18*95c585e2SLouis Dionne 19*95c585e2SLouis Dionne# Indent preprocessor directives 20*95c585e2SLouis DionneIndentPPDirectives: AfterHash 21