16 lines · plain
1BasedOnStyle: LLVM2 3Language: Cpp4 5AlwaysBreakTemplateDeclarations: true6PointerAlignment: Left7 8# Disable formatting options which may break tests.9SortIncludes: false10ReflowComments: false11 12IndentPPDirectives: AfterHash13 14# libc++ has some long names so we need more than the 80 column limit imposed by LLVM style, for sensible formatting15ColumnLimit: 12016