1BasedOnStyle: LLVM 2 3--- 4Language: Cpp 5 6AlwaysBreakTemplateDeclarations: true 7 8# Disable formatting options which may break tests. 9SortIncludes: false 10ReflowComments: false 11--- 12