0
mirror of https://github.com/loopj/wavephoenix.git synced 2026-05-11 04:23:13 +00:00
Files
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