blob: 5ac7bba2ebab8de21081d329b11b92ff256a7ebc [file] [log] [blame]
Richard Marian Thomaiyar216f2132018-06-12 19:20:48 +05301---
2BasedOnStyle: LLVM
Patrick Venture9565abd2018-11-14 09:11:59 -08003Language: Cpp
Richard Marian Thomaiyar216f2132018-06-12 19:20:48 +05304IndentWidth: 8
5UseTab: Always
Patrick Venture246ae8d2018-11-23 08:32:26 -08006ColumnLimit: 80
Richard Marian Thomaiyar216f2132018-06-12 19:20:48 +05307BreakBeforeBraces: Linux
8AlwaysBreakBeforeMultilineStrings: true
9AllowShortIfStatementsOnASingleLine: false
10AllowShortLoopsOnASingleLine: false
11AllowShortFunctionsOnASingleLine: false
12IndentCaseLabels: false
13AlignEscapedNewlinesLeft: false
14AlignTrailingComments: true
15AllowAllParametersOfDeclarationOnNextLine: false
16AlignAfterOpenBracket: true
17SpaceAfterCStyleCast: false
18MaxEmptyLinesToKeep: 2
19BreakBeforeBinaryOperators: NonAssignment
20BreakStringLiterals: false
21SortIncludes: false
22ContinuationIndentWidth: 8