2018-11-18 14:19:26 +01:00
|
|
|
---
|
|
|
|
BasedOnStyle: LLVM
|
|
|
|
Language: Cpp
|
|
|
|
IndentWidth: 8
|
|
|
|
UseTab: Always
|
|
|
|
BreakBeforeBraces: Linux
|
|
|
|
AlwaysBreakBeforeMultilineStrings: true
|
|
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
|
|
AllowShortLoopsOnASingleLine: false
|
|
|
|
AllowShortFunctionsOnASingleLine: false
|
|
|
|
IndentCaseLabels: false
|
|
|
|
AlignEscapedNewlinesLeft: false
|
|
|
|
AlignTrailingComments: true
|
|
|
|
AllowAllParametersOfDeclarationOnNextLine: false
|
|
|
|
AlignAfterOpenBracket: true
|
|
|
|
SpaceAfterCStyleCast: false
|
|
|
|
MaxEmptyLinesToKeep: 2
|
|
|
|
BreakBeforeBinaryOperators: NonAssignment
|
|
|
|
BreakStringLiterals: false
|
|
|
|
SortIncludes: false
|
|
|
|
ContinuationIndentWidth: 8
|
2022-01-12 21:48:43 +01:00
|
|
|
ColumnLimit: 80
|