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
10ColumnLimit: 0
11AlwaysBreakBeforeMultilineStrings: true
12AllowShortLoopsOnASingleLine: false
13AllowShortFunctionsOnASingleLine: false
14AlignEscapedNewlinesLeft: false
15AlignTrailingComments: true
16AllowAllParametersOfDeclarationOnNextLine: false
17AlignAfterOpenBracket: true
18SpaceAfterCStyleCast: false
19MaxEmptyLinesToKeep: 2
20BreakBeforeBinaryOperators: NonAssignment
21BreakStringLiterals: false