LumixEngine/.clang-format

45 lines
1.3 KiB
Plaintext
Raw Permalink 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
2020-10-01 01:02:53 +02:00
BreakBeforeBraces : Attach
2015-07-21 20:10:50 +02:00
BreakConstructorInitializersBeforeComma : true
2020-10-01 01:02:53 +02:00
ColumnLimit : 200
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
2020-10-01 01:02:53 +02:00
FixNamespaceComments : true
2015-07-21 20:10:50 +02:00
IndentCaseLabels : true
2020-10-01 01:02:53 +02:00
IndentPPDirectives : BeforeHash
2015-07-21 20:10:50 +02:00
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