Files
bed/.clang-format
T
2026-07-27 07:54:36 +01:00

13 lines
304 B
YAML

BasedOnStyle: LLVM
IndentWidth: 2
TabWidth: 2
ContinuationIndentWidth: 2
ColumnLimit: 0
UseTab: Never
BreakBeforeBraces: Attach
AllowShortFunctionsOnASingleLine: Empty
AlignAfterOpenBracket: BlockIndent
BinPackArguments: false
AllowAllArgumentsOnNextLine: false
BreakBeforeBinaryOperators: NonAssignment