Eric Fiselier | 8524cba | 2017-03-04 03:23:15 | [diff] [blame] | 1 | BasedOnStyle: LLVM |
2 | |||||
Eric Fiselier | 8524cba | 2017-03-04 03:23:15 | [diff] [blame] | 3 | Language: Cpp |
4 | |||||
5 | AlwaysBreakTemplateDeclarations: true | ||||
6 | PointerAlignment: Left | ||||
7 | |||||
8 | # Disable formatting options which may break tests. | ||||
9 | SortIncludes: false | ||||
10 | ReflowComments: false | ||||
Daniel McIntosh | f6ba6c3 | 2021-08-04 17:37:57 | [diff] [blame] | 11 | |
12 | IndentPPDirectives: AfterHash | ||||
13 | |||||
14 | # libc++ has some long names so we need more than the 80 column limit imposed by LLVM style, for sensible formatting | ||||
15 | ColumnLimit: 120 |