blob: 7f12fe480a78d0934a785b1c522f4915117e036a [file] [log] [blame]
---
Language: Cpp
BasedOnStyle: Google
AllowShortFunctionsOnASingleLine: None
AlwaysBreakAfterDefinitionReturnType: TopLevel
BreakBeforeBinaryOperators: NonAssignment
ForEachMacros: [ TQ_FOR ]
IndentCaseLabels: false
IndentWidth: 4
MaxEmptyLinesToKeep: 2
SpaceBeforeParens: false
TabWidth: 4
...