Files
astaroth/.clang-format

10 lines
246 B
YAML

BasedOnStyle: LLVM
IndentWidth: 4
UseTab: Never
BreakBeforeBraces: Stroustrup
AlignConsecutiveAssignments: true
AlwaysBreakAfterReturnType: TopLevelDefinitions
PointerAlignment: Left
BreakBeforeBinaryOperators: None
PenaltyBreakAssignment: 10000