blob: bef1d9d803366c8ea4b1d99a8ce3301c8f0b8271 [file] [log] [blame]
BasedOnStyle: LLVM
---
Language: Cpp
Standard: Cpp03
AlwaysBreakTemplateDeclarations: true
PointerAlignment: Left
# Disable formatting options which may break tests.
SortIncludes: false
ReflowComments: false
# libc++ has some long names so we need more than the 80 column limit imposed by LLVM style, for sensible formatting
ColumnLimit: 120
# These aren't covered by the LLVM Style Guide
BreakBeforeConceptDeclarations: true
IndentRequires: false
---