468663ddbb
Former-commit-id: 1d6753294b2993e1fbf92de9366bb9544db4189b
14 lines
215 B
YAML
14 lines
215 B
YAML
BasedOnStyle: LLVM
|
|
|
|
---
|
|
Language: Cpp
|
|
Standard: Cpp03
|
|
|
|
AlwaysBreakTemplateDeclarations: true
|
|
PointerAlignment: Left
|
|
|
|
# Disable formatting options which may break tests.
|
|
SortIncludes: false
|
|
ReflowComments: false
|
|
---
|