mirror of
https://github.com/bkryza/clang-uml.git
synced 2025-04-20 04:06:48 +08:00
13 lines
599 B
YAML
13 lines
599 B
YAML
AlignTrailingComments: true
|
|
BasedOnStyle: WebKit
|
|
BreakConstructorInitializersBeforeComma: true
|
|
ColumnLimit: 80
|
|
Cpp11BracedListStyle: true
|
|
NamespaceIndentation: None
|
|
PointerBindsToType: false
|
|
Standard: Cpp11
|
|
BreakBeforeBinaryOperators: false
|
|
BreakBeforeBraces: Stroustrup
|
|
IndentCaseLabels: false
|
|
SpaceBeforeCpp11BracedList: false
|