bsdcontrol.rb/.clang-format

11 lines
305 B
YAML

BasedOnStyle: LLVM
IndentWidth: 2
SortIncludes: false
UseTab: Never
BreakBeforeBraces: Allman
AllowShortFunctionsOnASingleLine: Inline
AlwaysBreakAfterDefinitionReturnType: TopLevel
BreakBeforeBinaryOperators: All
BinPackArguments: false
AlignConsecutiveAssignments: true
AlwaysBreakAfterReturnType: None