Files
tww/.clang-format
T
2026-08-22 13:59:12 -04:00

26 lines
679 B
YAML

DisableFormat: true
IndentWidth: 4
AllowShortFunctionsOnASingleLine: InlineOnly
PointerAlignment: Left
ColumnLimit: 160
RemoveParentheses: ReturnStatement
BinPackArguments: false
BinPackParameters: false
AlignAfterOpenBracket: BlockIndent
BreakBeforeBraces: Custom
BraceWrapping:
AfterControlStatement: MultiLine
ReflowComments: false
AccessModifierOffset: -4
# BreakBeforeBinaryOperators: None
# BreakBeforeTernaryOperators: true
# AlignConsecutiveAssignments: false
PackConstructorInitializers: Never
SortIncludes: false
IncludeCategories:
- Regex: '"d/dolzel(_rel)?\.h"'
Priority: -1000
IndentCaseBlocks: true
IndentCaseLabels: true
AllowAllArgumentsOnNextLine: false