forked from OSchip/llvm-project
18 lines
322 B
YAML
18 lines
322 B
YAML
BasedOnStyle: LLVM
|
|
|
|
---
|
|
Language: Cpp
|
|
|
|
AlwaysBreakTemplateDeclarations: true
|
|
AllowShortFunctionsOnASingleLine: Inline
|
|
BreakBeforeBraces: Custom
|
|
BraceWrapping:
|
|
AfterClass: true
|
|
AfterFunction: true
|
|
PointerAlignment: Left
|
|
|
|
# Disable formatting options which may break tests.
|
|
SortIncludes: false
|
|
ReflowComments: false
|
|
---
|