blob: b4f56c0de9819e828bec272dfe804ddb5dceb32f [file] [log] [blame]
Eric Fiselier8524cba2017-03-04 03:23:151BasedOnStyle: LLVM
2
Eric Fiselier8524cba2017-03-04 03:23:153Language: Cpp
4
5AlwaysBreakTemplateDeclarations: true
6PointerAlignment: Left
7
8# Disable formatting options which may break tests.
9SortIncludes: false
10ReflowComments: false
Daniel McIntoshf6ba6c32021-08-04 17:37:5711
12IndentPPDirectives: AfterHash
13
14# libc++ has some long names so we need more than the 80 column limit imposed by LLVM style, for sensible formatting
15ColumnLimit: 120