blob: 2d1d3bee68f58928f70f33a3b8c93f6b5021f12e [file] [log] [blame]
Eric Fiselier1f435332017-03-04 03:23:15 +00001BasedOnStyle: LLVM
2
3---
4Language: Cpp
5
6AlwaysBreakTemplateDeclarations: true
7PointerAlignment: Left
8
9# Disable formatting options which may break tests.
10SortIncludes: false
11ReflowComments: false
12---