2016-05-11 14:30:56 +00:00
|
|
|
---
|
2018-05-31 17:40:34 +00:00
|
|
|
# This configuration requires clang-format version 6.0 exactly.
|
2016-05-11 14:30:56 +00:00
|
|
|
BasedOnStyle: Mozilla
|
|
|
|
AlignOperands: false
|
2018-05-31 17:40:34 +00:00
|
|
|
AllowShortFunctionsOnASingleLine: InlineOnly
|
2016-05-11 14:30:56 +00:00
|
|
|
AlwaysBreakAfterDefinitionReturnType: None
|
2018-05-31 17:40:34 +00:00
|
|
|
AlwaysBreakAfterReturnType: None
|
|
|
|
BinPackArguments: true
|
|
|
|
BinPackParameters: true
|
|
|
|
BraceWrapping:
|
|
|
|
AfterClass: true
|
|
|
|
AfterEnum: true
|
|
|
|
AfterFunction: true
|
|
|
|
AfterStruct: true
|
|
|
|
AfterUnion: true
|
|
|
|
BreakBeforeBraces: Custom
|
2016-05-11 14:30:56 +00:00
|
|
|
ColumnLimit: 79
|
2018-05-31 17:40:34 +00:00
|
|
|
IndentPPDirectives: AfterHash
|
|
|
|
SortUsingDeclarations: false
|
|
|
|
SpaceAfterTemplateKeyword: true
|
2016-05-11 14:30:56 +00:00
|
|
|
...
|