1 BasedOnStyle: LLVM 2 3 --- 4 Language: Cpp 5 6 AlwaysBreakTemplateDeclarations: true 7 PointerAlignment: Left 8 9 # Disable formatting options which may break tests. 10 SortIncludes: false 11 ReflowComments: false 12 --- 13