Eric Fiselier | 7004d66 | 2016-11-15 20:21:30 +0000 | [diff] [blame] | 1 | BasedOnStyle: LLVM |
Eric Fiselier | 55b31b4e | 2016-11-23 01:18:56 +0000 | [diff] [blame] | 2 | |
3 | --- | ||||
4 | Language: Cpp | ||||
5 | |||||
6 | AlwaysBreakTemplateDeclarations: true | ||||
Saleem Abdulrasool | 720fb14 | 2017-01-03 04:23:52 +0000 | [diff] [blame] | 7 | PointerAlignment: Left |
Eric Fiselier | 949e47d | 2016-12-09 03:17:25 +0000 | [diff] [blame] | 8 | |
9 | # Disable formatting options which may break tests. | ||||
10 | SortIncludes: false | ||||
Eric Fiselier | 217c5d3 | 2016-12-09 03:18:45 +0000 | [diff] [blame] | 11 | ReflowComments: false |
Eric Fiselier | 55b31b4e | 2016-11-23 01:18:56 +0000 | [diff] [blame] | 12 | --- |