Files
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