bsdcontrol.rb/.clang-format

12 lines
305 B
Text
Raw Normal View History

BasedOnStyle: LLVM
2024-05-13 00:10:47 +02:00
IndentWidth: 4
SortIncludes: false
UseTab: Never
BreakBeforeBraces: Allman
AllowShortFunctionsOnASingleLine: Inline
AlwaysBreakAfterDefinitionReturnType: TopLevel
BreakBeforeBinaryOperators: All
BinPackArguments: false
AlignConsecutiveAssignments: true
AlwaysBreakAfterReturnType: None