fed/.clang-format
2025-07-04 02:48:44 +02:00

20 lines
430 B
YAML

Language: Cpp
BasedOnStyle: WebKit
IndentWidth: 4
ColumnLimit: 80
IndentCaseLabels: true
InsertNewlineAtEOF: true
AllowShortFunctionsOnASingleLine: None
AlignAfterOpenBracket: AlwaysBreak
BinPackArguments: false
AllowAllArgumentsOnNextLine: true
# BinPackParameters: OnePerLine # llvm >= 20
BinPackParameters: true
AllowAllParametersOfDeclarationOnNextLine: true
PenaltyReturnTypeOnItsOwnLine: 1000 # abitrary, seems to work