blob: d853f5048075bafcc40146334c1ed5e7e833890b [file] [log] [blame]
Ronald G. Minnichaae6b882018-07-31 07:48:18 -07001BasedOnStyle: LLVM
2Language: Cpp
3IndentWidth: 8
4UseTab: Always
5BreakBeforeBraces: Linux
6AllowShortIfStatementsOnASingleLine: false
7IndentCaseLabels: false
8SortIncludes: false
9ContinuationIndentWidth: 8
Julius Werner0e3f7d42019-03-15 15:37:11 -070010ColumnLimit: 0
Ronald G. Minnichaae6b882018-07-31 07:48:18 -070011AlwaysBreakBeforeMultilineStrings: true
12AllowShortLoopsOnASingleLine: false
13AllowShortFunctionsOnASingleLine: false
14AlignEscapedNewlinesLeft: false
15AlignTrailingComments: true
16AllowAllParametersOfDeclarationOnNextLine: false
17AlignAfterOpenBracket: true
18SpaceAfterCStyleCast: false
19MaxEmptyLinesToKeep: 2
20BreakBeforeBinaryOperators: NonAssignment
21BreakStringLiterals: false