blob: dd596813fbb946c06b4e1039a579ce2b8038c5a2 [file] [log] [blame]
Eric Fiselier746d0082016-11-15 20:21:30 +00001BasedOnStyle: LLVM
Eric Fiselieref3060e2016-11-23 01:18:56 +00002
3---
4Language: Cpp
Eric Fiselierdfac40a2017-04-15 02:45:43 +00005Standard: Cpp03
Eric Fiselieref3060e2016-11-23 01:18:56 +00006
7AlwaysBreakTemplateDeclarations: true
Saleem Abdulrasoolc79fa042017-01-03 04:23:52 +00008PointerAlignment: Left
Eric Fiselierf178c262016-12-09 03:17:25 +00009
10# Disable formatting options which may break tests.
11SortIncludes: false
Eric Fiselier5a6eaee2016-12-09 03:18:45 +000012ReflowComments: false
Eric Fiselieref3060e2016-11-23 01:18:56 +000013---