2014-12-17 00:18:44 +01:00
|
|
|
Language: Cpp
|
|
|
|
MaxEmptyLinesToKeep: 1
|
|
|
|
SpaceBeforeParens: Always
|
|
|
|
SpaceInEmptyParentheses: false
|
2015-12-09 00:41:44 +01:00
|
|
|
SpacesInContainerLiterals: true
|
2014-12-17 00:18:44 +01:00
|
|
|
BasedOnStyle: LLVM
|
|
|
|
ContinuationIndentWidth: 8
|
|
|
|
IndentCaseLabels: false
|
|
|
|
IndentFunctionDeclarationAfterType: false
|
|
|
|
IndentWidth: 8
|
|
|
|
UseTab: Always
|
|
|
|
IndentCaseLabels: false
|
2015-08-05 00:03:54 +02:00
|
|
|
ColumnLimit: 0
|
2014-12-17 00:18:44 +01:00
|
|
|
BreakBeforeBraces: Attach
|
2017-02-10 17:22:51 +01:00
|
|
|
BraceWrapping: Always
|
2014-12-17 00:18:44 +01:00
|
|
|
BreakBeforeTernaryOperators: false
|
2015-08-05 00:03:54 +02:00
|
|
|
AllowShortIfStatementsOnASingleLine: true
|
2014-12-17 00:18:44 +01:00
|
|
|
AllowShortCaseLabelsOnASingleLine: true
|
|
|
|
AllowShortFunctionsOnASingleLine: Inline
|
2015-08-05 00:03:54 +02:00
|
|
|
AllowShortLoopsOnASingleLine: true
|