This repository has been archived on 2023-11-05. You can view files and clone it, but cannot push or open issues or pull requests.
wrt/.clang-format

18 lines
509 B
Plaintext
Raw Permalink Normal View History

2023-02-06 21:03:06 +08:00
---
BasedOnStyle: LLVM
AlignConsecutiveMacros: AcrossEmptyLinesAndComments
AlignConsecutiveAssignments: Consecutive
AlignConsecutiveBitFields: AcrossEmptyLinesAndComments
AlignConsecutiveDeclarations: Consecutive
AlignEscapedNewlines: Left
AllowShortCaseLabelsOnASingleLine: true
AllowShortIfStatementsOnASingleLine: true
AllowShortLoopsOnASingleLine: true
ColumnLimit: 100
IndentCaseLabels: true
IndentPPDirectives: BeforeHash
IndentWidth: 4
UseTab: Never
SeparateDefinitionBlocks: Leave
SortIncludes: Never