Files
clang-uml/.clang-format
Bartek Kryza 8ccd4bc81e Initial commit
2021-02-07 23:13:52 +01:00

12 lines
548 B
YAML

AlignTrailingComments: true
BasedOnStyle: WebKit
BreakConstructorInitializersBeforeComma: true
ColumnLimit: 80
Cpp11BracedListStyle: true
IndentCaseLabels: true
NamespaceIndentation: None
PointerBindsToType: false
Standard: Cpp11
BreakBeforeBinaryOperators: false
BreakBeforeBraces: Stroustrup