acooks/jittertrap

View on GitHub
.clang-format

Summary

Maintainability
Test Coverage
Language: Cpp
BasedOnStyle: LLVM
ColumnLimit: 80
IndentWidth: 8
TabWidth: 8
UseTab: ForIndentation
AllowShortIfStatementsOnASingleLine: false
AllowShortBlocksOnASingleLine: false
#AllowShortFunctionsOnASingleLine: Empty
AllowShortFunctionsOnASingleLine: None
BreakBeforeBraces: Linux
PointerBindsToType: false
SpaceBeforeAssignmentOperators: true
Cpp11BracedListStyle: false
PenaltyReturnTypeOnItsOwnLine: 1
BinPackParameters: true
#BinPackArguments: true
#AlignConsecutiveAssignments: true
#AlignOperands: true
AlignTrailingComments: true
#AlignAfterOpenBracket: true