Finished depth buffer
This commit is contained in:
@@ -1,9 +1,26 @@
|
||||
StatementMacros: ['UPROPERTY', 'UFUNCTION', 'UCLASS', 'USTRUCT', 'UENUM', 'UINTERFACE', 'GENERATED_BODY']
|
||||
StatementMacros:
|
||||
[
|
||||
"UPROPERTY",
|
||||
"UFUNCTION",
|
||||
"UCLASS",
|
||||
"USTRUCT",
|
||||
"UENUM",
|
||||
"UINTERFACE",
|
||||
"GENERATED_BODY",
|
||||
]
|
||||
Language: Cpp
|
||||
BasedOnStyle: LLVM
|
||||
|
||||
AccessModifierOffset: -4
|
||||
AlignAfterOpenBracket: DontAlign
|
||||
|
||||
AlignAfterOpenBracket: BlockIndent
|
||||
# BreakAfterOpenBracketBracedList: true
|
||||
# BreakAfterOpenBracketFunction: true
|
||||
# BreakAfterOpenBracketIf: true
|
||||
# BreakBeforeCloseBracketBracedList: true
|
||||
# BreakBeforeCloseBracketFunction: true
|
||||
# BreakBeforeCloseBracketIf: true
|
||||
|
||||
AlignConsecutiveDeclarations: true
|
||||
AlignEscapedNewlines: Left
|
||||
AlignOperands: DontAlign
|
||||
@@ -35,7 +52,6 @@ BreakInheritanceList: AfterColon
|
||||
BreakBeforeTernaryOperators: true
|
||||
BreakConstructorInitializers: BeforeComma
|
||||
BreakStringLiterals: false
|
||||
ColumnLimit: 0
|
||||
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
||||
Cpp11BracedListStyle: false
|
||||
EmptyLineBeforeAccessModifier: LogicalBlock
|
||||
@@ -49,3 +65,10 @@ SortIncludes: false
|
||||
SpaceBeforeCaseColon: false
|
||||
TabWidth: 4
|
||||
UseTab: Always
|
||||
|
||||
ColumnLimit: 100
|
||||
BinPackArguments: false
|
||||
BinPackParameters: false
|
||||
AllowAllArgumentsOnNextLine: false
|
||||
AllowAllParametersOfDeclarationOnNextLine: false
|
||||
ExperimentalAutoDetectBinPacking: false
|
||||
|
||||
Reference in New Issue
Block a user