blob: 5c8aa3c4396d9968736b8089a3421691674db82b [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
Patrick Georgi7945f752019-02-27 19:57:23 +010010ColumnLimit: 96
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