PEEK250FanController/.clang-format
2023-10-19 13:56:26 +08:00

19 lines
457 B
YAML

---
Language: Cpp
BasedOnStyle: Google
AlignConsecutiveMacros: AcrossEmptyLines
AlignConsecutiveAssignments: AcrossEmptyLines
AlignConsecutiveBitFields: Consecutive
AlignConsecutiveDeclarations: Consecutive
AlignEscapedNewlines: Right
AllowShortCaseLabelsOnASingleLine: true
AllowShortFunctionsOnASingleLine: Inline
PointerAlignment: Right
ColumnLimit: 120
IndentExternBlock: Indent
IndentPPDirectives: BeforeHash
NamespaceIndentation: All
TabWidth: 2
...