mirror of
https://github.com/charles-lunarg/vk-bootstrap.git
synced 2024-11-10 02:41:47 +00:00
44 lines
1.2 KiB
Plaintext
44 lines
1.2 KiB
Plaintext
|
BasedOnStyle: LLVM
|
||
|
|
||
|
AccessModifierOffset: 0
|
||
|
AlignEscapedNewlinesLeft: false
|
||
|
AlignTrailingComments: true
|
||
|
AlignAfterOpenBracket: DontAlign
|
||
|
AllowAllParametersOfDeclarationOnNextLine: true
|
||
|
AllowShortFunctionsOnASingleLine: true
|
||
|
AllowShortIfStatementsOnASingleLine: true
|
||
|
BinPackArguments: false
|
||
|
BinPackParameters: false
|
||
|
BreakBeforeBinaryOperators: false
|
||
|
BreakBeforeTernaryOperators: false
|
||
|
BreakConstructorInitializersBeforeComma: false
|
||
|
ColumnLimit: 100
|
||
|
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
||
|
ConstructorInitializerIndentWidth: 0
|
||
|
ContinuationIndentWidth: 4
|
||
|
Cpp11BracedListStyle: false
|
||
|
DerivePointerBinding: false
|
||
|
IndentCaseLabels: true
|
||
|
IndentFunctionDeclarationAfterType: false
|
||
|
IndentWidth: 4
|
||
|
Language: Cpp
|
||
|
MaxEmptyLinesToKeep: 4
|
||
|
PenaltyBreakBeforeFirstCallParameter: 100
|
||
|
PenaltyBreakComment: 100
|
||
|
PenaltyBreakFirstLessLess: 0
|
||
|
PenaltyBreakString: 100
|
||
|
PenaltyExcessCharacter: 1
|
||
|
PenaltyReturnTypeOnItsOwnLine: 20
|
||
|
PointerBindsToType: true
|
||
|
SpaceBeforeAssignmentOperators: true
|
||
|
SpaceBeforeParens: Always
|
||
|
SpaceInEmptyParentheses: false
|
||
|
SpacesBeforeTrailingComments: 1
|
||
|
SpacesInAngles: false
|
||
|
SpacesInCStyleCastParentheses: false
|
||
|
SpacesInContainerLiterals: false
|
||
|
SpacesInParentheses: false
|
||
|
Standard: Auto
|
||
|
TabWidth: 4
|
||
|
UseTab: ForIndentation
|
||
|
SortIncludes: false
|