blob: 5fbd3304905d08375c85a997cf58d24ebf7b7805 [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
10ReflowCommends: false
Eric Fiselierb5d9f442016-11-23 01:18:56 +000011---