woj-sandbox/.clang-format

15 lines
434 B
Plaintext
Raw Normal View History

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