2018-02-06 02:18:38 +08:00
|
|
|
---
|
|
|
|
# See: https://clang.llvm.org/docs/ClangFormatStyleOptions.html
|
|
|
|
BasedOnStyle: LLVM
|
|
|
|
SpacesBeforeTrailingComments: 2
|
|
|
|
AlignEscapedNewlines: DontAlign
|
|
|
|
AllowShortCaseLabelsOnASingleLine: true
|
|
|
|
AllowShortIfStatementsOnASingleLine: true
|
|
|
|
ConstructorInitializerIndentWidth: 2
|
2018-02-06 06:29:26 +08:00
|
|
|
AlignAfterOpenBracket: DontAlign
|
2018-02-06 02:18:38 +08:00
|
|
|
AlignOperands: false
|
|
|
|
AlignConsecutiveAssignments: false
|
|
|
|
AlignConsecutiveDeclarations: false
|
|
|
|
AlignTrailingComments: false
|
|
|
|
SpaceAfterTemplateKeyword: false
|
2018-02-06 06:29:26 +08:00
|
|
|
BreakBeforeBinaryOperators: None
|
2018-02-06 02:18:38 +08:00
|
|
|
BreakBeforeTernaryOperators: true
|
2018-02-06 06:29:26 +08:00
|
|
|
ContinuationIndentWidth: 4
|
2018-02-06 02:18:38 +08:00
|
|
|
...
|
|
|
|
|
|
|
|
# vim:set filetype=yaml:
|