bsdcontrol.rb/.clang-format
2024-05-12 19:11:11 -03:00

11 lines
305 B
YAML

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