brintos

brintos / llvm-project-archived public Read only

0
0
Text · 357 B · b4f56c0 Raw
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