blob: b708c8117c6b3f3919de041ad43d50f4aa55e528 [file] [log] [blame]
Eric Fiselier7004d662016-11-15 20:21:30 +00001BasedOnStyle: LLVM
Eric Fiselier55b31b4e2016-11-23 01:18:56 +00002
3---
4Language: Cpp
5
6AlwaysBreakTemplateDeclarations: true
Eric Fiselier949e47d2016-12-09 03:17:25 +00007
8# Disable formatting options which may break tests.
9SortIncludes: false
Eric Fiselier217c5d32016-12-09 03:18:45 +000010ReflowComments: false
Eric Fiselier55b31b4e2016-11-23 01:18:56 +000011---