ceda2vga/.clang-format

13 lines
297 B
YAML

BasedOnStyle: LLVM
BreakBeforeBraces: Allman
SortIncludes: false
UseTab: AlignWithSpaces
TabWidth: 4
IndentWidth: 4
ColumnLimit: 100
AlignConsecutiveMacros: true
AllowShortBlocksOnASingleLine: Empty
AllowShortFunctionsOnASingleLine: Empty
IndentPPDirectives: BeforeHash
PenaltyBreakAssignment: 25