Files
astaroth/.clang-format
2020-03-30 17:40:38 +03:00

13 lines
335 B
YAML

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