mirai/.clang-format

14 lines
381 B
Text
Raw Permalink Normal View History

UseTab: Always
IndentWidth: 4
TabWidth: 4
ColumnLimit: 100
BreakBeforeBraces: Linux
SeparateDefinitionBlocks: Always
AllowShortBlocksOnASingleLine: Never
AllowShortIfStatementsOnASingleLine: false
AllowShortFunctionsOnASingleLine: None
2024-04-14 14:11:41 +02:00
AlignAfterOpenBracket: BlockIndent
2025-06-29 20:07:11 +02:00
AlignOperands: AlignAfterOperator
BreakBeforeBinaryOperators: NonAssignment
AllowAllArgumentsOnNextLine: true