0
mirror of https://github.com/loopj/wavephoenix.git synced 2026-01-12 15:21:28 +00:00
wavephoenix/firmware/.clang-format
2025-04-25 12:40:08 -07:00

15 lines
394 B
YAML

BasedOnStyle: LLVM
IndentWidth: 2
UseTab: Never
BreakBeforeBraces: Linux
AllowShortIfStatementsOnASingleLine: false
AllowShortBlocksOnASingleLine: false
AllowShortFunctionsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
IndentCaseLabels: true
ColumnLimit: 120
AlignConsecutiveAssignments: true
AlignConsecutiveBitFields: true
AlignConsecutiveMacros: true
SkipMacroDefinitionBody: true