Line Code
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
---
Language:        Cpp
BasedOnStyle:  Google
ColumnLimit:     120
#didn't we want to change this?
NamespaceIndentation: All
SortIncludes:    false
IndentWidth:     2
AccessModifierOffset: -2
PenaltyBreakComment: 30
PenaltyExcessCharacter: 100
AlignAfterOpenBracket: Align
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
BinPackParameters: false
AlwaysBreakTemplateDeclarations: Yes
ReflowComments: false
BinPackArguments: false
BinPackParameters: false