1BasedOnStyle: LLVM
2
3---
4Language: Cpp
5
6AlwaysBreakTemplateDeclarations: true
7PointerAlignment: Left
8
9# Disable formatting options which may break tests.
10SortIncludes: false
11ReflowComments: false
12---
13