continuable/.clang-format
2017-09-21 23:29:21 +02:00

10 lines
235 B
YAML

BasedOnStyle: LLVM
PointerAlignment: Left
IndentCaseLabels: true
AllowShortFunctionsOnASingleLine: false
AllowShortCaseLabelsOnASingleLine: false
AlwaysBreakTemplateDeclarations: true
BinPackArguments: true
FixNamespaceComments: true