2016-11-16 04:21:30 +08:00
|
|
|
BasedOnStyle: LLVM
|
2016-11-23 09:18:56 +08:00
|
|
|
|
|
|
|
---
|
|
|
|
Language: Cpp
|
|
|
|
|
|
|
|
AlwaysBreakTemplateDeclarations: true
|
2017-01-03 12:23:52 +08:00
|
|
|
AllowShortFunctionsOnASingleLine: Inline
|
|
|
|
BreakBeforeBraces: Custom
|
|
|
|
BraceWrapping:
|
|
|
|
AfterClass: true
|
|
|
|
AfterFunction: true
|
|
|
|
PointerAlignment: Left
|
2016-12-09 11:17:25 +08:00
|
|
|
|
|
|
|
# Disable formatting options which may break tests.
|
|
|
|
SortIncludes: false
|
2016-12-09 11:18:45 +08:00
|
|
|
ReflowComments: false
|
2016-11-23 09:18:56 +08:00
|
|
|
---
|