ceda2vga/.clang-format

13 lines
297 B
Plaintext
Raw Permalink Normal View History

2022-10-10 17:11:45 +00:00
BasedOnStyle: LLVM
BreakBeforeBraces: Allman
SortIncludes: false
UseTab: AlignWithSpaces
TabWidth: 4
IndentWidth: 4
ColumnLimit: 100
AlignConsecutiveMacros: true
AllowShortBlocksOnASingleLine: Empty
AllowShortFunctionsOnASingleLine: Empty
IndentPPDirectives: BeforeHash
PenaltyBreakAssignment: 25