woj-sandbox/.clang-format

17 lines
487 B
Plaintext
Raw Permalink Normal View History

2022-10-02 14:09:25 +08:00
---
BasedOnStyle: LLVM
2022-10-09 00:06:07 +08:00
AlignArrayOfStructures: Left
2022-10-02 14:09:25 +08:00
AlignConsecutiveMacros: AcrossEmptyLinesAndComments
AlignConsecutiveAssignments: Consecutive
AlignConsecutiveBitFields: AcrossEmptyLinesAndComments
AlignConsecutiveDeclarations: Consecutive
AlignEscapedNewlines: Left
AllowShortCaseLabelsOnASingleLine: true
AllowShortIfStatementsOnASingleLine: true
AllowShortLoopsOnASingleLine: true
2022-10-09 00:06:07 +08:00
ColumnLimit: 120
IndentCaseLabels: true
2022-10-02 14:09:25 +08:00
IndentWidth: 4
UseTab: Never
SeparateDefinitionBlocks: Leave