forked from OSchip/llvm-project
13 lines
199 B
Plaintext
13 lines
199 B
Plaintext
|
BasedOnStyle: LLVM
|
||
|
|
||
|
---
|
||
|
Language: Cpp
|
||
|
|
||
|
AlwaysBreakTemplateDeclarations: true
|
||
|
PointerAlignment: Left
|
||
|
|
||
|
# Disable formatting options which may break tests.
|
||
|
SortIncludes: false
|
||
|
ReflowComments: false
|
||
|
---
|