blob: 7f12fe480a78d0934a785b1c522f4915117e036a [file] [log] [blame]
Lev Walkin848456b2016-01-23 09:00:47 -08001---
2Language: Cpp
3BasedOnStyle: Google
4AllowShortFunctionsOnASingleLine: None
5AlwaysBreakAfterDefinitionReturnType: TopLevel
6BreakBeforeBinaryOperators: NonAssignment
7ForEachMacros: [ TQ_FOR ]
8IndentCaseLabels: false
9IndentWidth: 4
10MaxEmptyLinesToKeep: 2
11SpaceBeforeParens: false
12TabWidth: 4
13...
14