bsdcontrol.rb/.clang-format

12 lines
305 B
Text
Raw Normal View History

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