Haiyue Wang | a1c5075 | 2018-04-03 15:16:09 +0800 | [diff] [blame^] | 1 | --- |
| 2 | BasedOnStyle: LLVM |
| 3 | Language: Cpp |
| 4 | IndentWidth: 8 |
| 5 | UseTab: Always |
| 6 | BreakBeforeBraces: Linux |
| 7 | AlwaysBreakBeforeMultilineStrings: true |
| 8 | AllowShortIfStatementsOnASingleLine: false |
| 9 | AllowShortLoopsOnASingleLine: false |
| 10 | AllowShortFunctionsOnASingleLine: false |
| 11 | IndentCaseLabels: false |
| 12 | AlignEscapedNewlinesLeft: false |
| 13 | AlignTrailingComments: true |
| 14 | AllowAllParametersOfDeclarationOnNextLine: false |
| 15 | AlignAfterOpenBracket: true |
| 16 | SpaceAfterCStyleCast: false |
| 17 | MaxEmptyLinesToKeep: 2 |
| 18 | BreakBeforeBinaryOperators: NonAssignment |
| 19 | BreakStringLiterals: false |
| 20 | SortIncludes: false |
| 21 | ContinuationIndentWidth: 8 |
| 22 | |