Files
astaroth/.clang-format
2019-06-18 16:39:30 +03:00

11 lines
263 B
YAML

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