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