7
mirror of https://github.com/loopj/short-stack.git synced 2024-11-22 22:35:01 +00:00
short-stack/main-board/firmware/.clang-format
2024-04-17 16:02:12 -07:00

15 lines
395 B
YAML

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