AdventOfCode/2024/Day3/.clang-format
s-prechtl 8c2a59e6c3 feat: Day3_2
forgot to commit part one, so just leave out all the enabled part to
work
2024-12-03 16:00:55 +01:00

6 lines
139 B
YAML

BasedOnStyle: LLVM
IndentWidth: 4
ColumnLimit: 100
PointerAlignment: Right
AlignAfterOpenBracket: BlockIndent
AlignArrayOfStructures: Left