blob: 5a4737c257e4dd0bd7682c25218ce90ccf32374b [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
6BreakBeforeBraces: Linux
7AlwaysBreakBeforeMultilineStrings: true
8AllowShortIfStatementsOnASingleLine: false
9AllowShortLoopsOnASingleLine: false
10AllowShortFunctionsOnASingleLine: false
11IndentCaseLabels: false
12AlignEscapedNewlinesLeft: false
13AlignTrailingComments: true
14AllowAllParametersOfDeclarationOnNextLine: false
15AlignAfterOpenBracket: true
16SpaceAfterCStyleCast: false
17MaxEmptyLinesToKeep: 2
18BreakBeforeBinaryOperators: NonAssignment
19BreakStringLiterals: false
20SortIncludes: false
21ContinuationIndentWidth: 8