1
0
Fork 0
mirror of synced 2025-09-23 12:18:44 +00:00
ZoKrates/.clang-format
2020-09-29 09:56:07 +02:00

11 lines
No EOL
357 B
YAML

Language: Cpp
BasedOnStyle: WebKit
AllowShortCaseLabelsOnASingleLine: true
AllowShortFunctionsOnASingleLine: true
AlwaysBreakTemplateDeclarations: true
BinPackArguments: false
BinPackParameters: false
# make adding new members at the end less noisy in diffs
BreakConstructorInitializersBeforeComma: true
ConstructorInitializerAllOnOneLineOrOnePerLine: true