LumixEngine/.clang-format

43 lines
1.2 KiB
Text
Raw Normal View History

2015-07-21 20:10:50 +02:00
BasedOnStyle: LLVM
2015-09-20 17:30:37 +02:00
AlignAfterOpenBracket : false
AlignEscapedNewlinesLeft : true
2015-09-20 17:30:37 +02:00
AlignConsecutiveAssignments : false
AllowAllParametersOfDeclarationOnNextLine : false
2015-07-21 20:10:50 +02:00
AccessModifierOffset : -4
2015-09-20 17:30:37 +02:00
AllowShortCaseLabelsOnASingleLine : true
2015-07-21 20:10:50 +02:00
AllowShortFunctionsOnASingleLine : Inline
2015-09-20 17:30:37 +02:00
AllowShortIfStatementsOnASingleLine : true
AllowShortLoopsOnASingleLine : true
2015-07-21 20:10:50 +02:00
AlwaysBreakAfterDefinitionReturnType : None
BinPackArguments : false
BinPackParameters : false
BreakBeforeBraces : Allman
BreakConstructorInitializersBeforeComma : true
2016-03-10 19:32:48 +01:00
ColumnLimit : 120
2015-07-21 20:10:50 +02:00
ConstructorInitializerIndentWidth : 4
2015-09-20 17:30:37 +02:00
ConstructorInitializerAllOnOneLineOrOnePerLine : false
2015-07-21 20:10:50 +02:00
ContinuationIndentWidth : 4
IndentCaseLabels : true
IndentWidth : 4
KeepEmptyLinesAtTheStartOfBlocks : true
MaxEmptyLinesToKeep : 2
NamespaceIndentation : None
2015-09-20 17:30:37 +02:00
PenaltyBreakBeforeFirstCallParameter : 0
PenaltyReturnTypeOnItsOwnLine : 1000
2015-07-21 20:10:50 +02:00
PointerAlignment : Left
SpaceAfterCStyleCast : false
SpaceBeforeAssignmentOperators : true
SpaceBeforeParens : true
SpaceInEmptyParentheses : false
SpacesBeforeTrailingComments : 1
SpacesInAngles : false
SpacesInCStyleCastParentheses : false
SpacesInParentheses : false
SpacesInSquareBrackets : false
Standard : Cpp11
TabWidth : 4
UseTab : true