blob: 5fbd3304905d08375c85a997cf58d24ebf7b7805 [file] [log] [blame]
Eric Fiselier746d0082016-11-15 20:21:30 +00001BasedOnStyle: LLVM
Eric Fiselieref3060e2016-11-23 01:18:56 +00002
3---
4Language: Cpp
5
6AlwaysBreakTemplateDeclarations: true
Eric Fiselierf178c262016-12-09 03:17:25 +00007
8# Disable formatting options which may break tests.
9SortIncludes: false
10ReflowCommends: false
Eric Fiselieref3060e2016-11-23 01:18:56 +000011---