clang-uml/.clang-format
2022-02-06 18:18:34 +01:00

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