2013-10-01 21:35:19 +02:00
|
|
|
BasedOnStyle: LLVM
|
|
|
|
|
|
|
|
AccessModifierOffset: 0
|
|
|
|
AlignEscapedNewlinesLeft: false
|
|
|
|
AlignTrailingComments: true
|
|
|
|
AllowAllParametersOfDeclarationOnNextLine: false
|
2014-01-12 15:07:25 +01:00
|
|
|
AllowShortFunctionsOnASingleLine: true
|
2013-10-01 21:35:19 +02:00
|
|
|
AllowShortIfStatementsOnASingleLine: true
|
|
|
|
AllowShortLoopsOnASingleLine: true
|
|
|
|
AlwaysBreakBeforeMultilineStrings: true
|
|
|
|
AlwaysBreakTemplateDeclarations: false
|
|
|
|
BinPackParameters: true
|
|
|
|
BreakBeforeBinaryOperators: false
|
|
|
|
BreakBeforeBraces: Attach
|
2014-01-12 15:07:25 +01:00
|
|
|
BreakConstructorInitializersBeforeComma: true
|
2013-10-01 21:35:19 +02:00
|
|
|
ColumnLimit: 130
|
|
|
|
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
|
|
|
ConstructorInitializerIndentWidth: 3
|
2014-01-12 15:07:25 +01:00
|
|
|
#ContinuationIndentWidth:
|
2013-10-01 21:35:19 +02:00
|
|
|
Cpp11BracedListStyle: true
|
|
|
|
DerivePointerBinding : true
|
|
|
|
IndentCaseLabels: true
|
|
|
|
#IndentFunctionDeclarationAfterType:true
|
|
|
|
IndentWidth: 1
|
2014-01-12 15:07:25 +01:00
|
|
|
Language: Cpp
|
2013-10-01 21:35:19 +02:00
|
|
|
MaxEmptyLinesToKeep: 3
|
|
|
|
NamespaceIndentation : Inner
|
|
|
|
PointerBindsToType: true
|
|
|
|
SpaceAfterControlStatementKeyword: true
|
|
|
|
SpaceBeforeAssignmentOperators: true
|
|
|
|
SpaceInEmptyParentheses: false
|
|
|
|
SpacesInParentheses: false
|
2014-01-12 15:07:25 +01:00
|
|
|
SpacesInAngles:false
|
2013-10-01 21:35:19 +02:00
|
|
|
Standard: Cpp11
|
|
|
|
TabWidth: 1
|
|
|
|
UseTab: Never
|
|
|
|
|