Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Alchemy Next
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Silent mode is enabled
All outbound communications are blocked.
Learn more
.
Show more breadcrumbs
Miezhiko
Alchemy Next
Commits
087c294e
Commit
087c294e
authored
4 years ago
by
Dave Houlton
Browse files
Options
Downloads
Patches
Plain Diff
SL-13521, clang-format renderDeferredLighting() for consistency
parent
107a7fec
No related branches found
No related tags found
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.clang-format
+19
-18
19 additions, 18 deletions
.clang-format
indra/newview/pipeline.cpp
+487
-484
487 additions, 484 deletions
indra/newview/pipeline.cpp
with
506 additions
and
502 deletions
.clang-format
+
19
−
18
View file @
087c294e
---
---
# clang-format version 10.0.0+
Language: Cpp
Language: Cpp
# BasedOnStyle: Microsoft
# BasedOnStyle: Microsoft
AccessModifierOffset: -2
AccessModifierOffset: -2
AlignAfterOpenBracket: Align
AlignAfterOpenBracket: Align
AlignConsecutiveMacros:
fals
e
AlignConsecutiveMacros:
tru
e
AlignConsecutiveAssignments:
fals
e
AlignConsecutiveAssignments:
tru
e
AlignConsecutiveDeclarations:
fals
e
AlignConsecutiveDeclarations:
tru
e
AlignEscapedNewlines:
Righ
t
AlignEscapedNewlines:
Lef
t
AlignOperands: true
AlignOperands: true
AlignTrailingComments: true
AlignTrailingComments: true
AllowAllArgumentsOnNextLine:
tru
e
AllowAllArgumentsOnNextLine:
fals
e
AllowAllConstructorInitializersOnNextLine:
tru
e
AllowAllConstructorInitializersOnNextLine:
fals
e
AllowAllParametersOfDeclarationOnNextLine: true
AllowAllParametersOfDeclarationOnNextLine: true
AllowShortBlocksOnASingleLine: Always
AllowShortBlocksOnASingleLine: Always
AllowShortCaseLabelsOnASingleLine: false
AllowShortCaseLabelsOnASingleLine: false
...
@@ -22,21 +23,21 @@ AlwaysBreakAfterDefinitionReturnType: None
...
@@ -22,21 +23,21 @@ AlwaysBreakAfterDefinitionReturnType: None
AlwaysBreakAfterReturnType: None
AlwaysBreakAfterReturnType: None
AlwaysBreakBeforeMultilineStrings: false
AlwaysBreakBeforeMultilineStrings: false
AlwaysBreakTemplateDeclarations: MultiLine
AlwaysBreakTemplateDeclarations: MultiLine
BinPackArguments:
tru
e
BinPackArguments:
fals
e
BinPackParameters:
tru
e
BinPackParameters:
fals
e
BreakBeforeBinaryOperators: None
BreakBeforeBinaryOperators: None
BreakBeforeBraces: Allman
BreakBeforeBraces: Allman
BreakBeforeInheritanceComma: false
BreakBeforeInheritanceComma: false
BreakInheritanceList: BeforeColon
BreakInheritanceList: BeforeColon
BreakBeforeTernaryOperators: true
BreakBeforeTernaryOperators: true
BreakConstructorInitializersBeforeComma:
fals
e
BreakConstructorInitializersBeforeComma:
tru
e
BreakConstructorInitializers:
Before
Colon
BreakConstructorInitializers:
After
Colon
BreakAfterJavaFieldAnnotations: false
BreakAfterJavaFieldAnnotations: false
BreakStringLiterals: true
BreakStringLiterals: true
ColumnLimit: 1
2
0
ColumnLimit: 1
4
0
CommentPragmas: '^ IWYU pragma:'
CommentPragmas: '^ IWYU pragma:'
CompactNamespaces: false
CompactNamespaces: false
ConstructorInitializerAllOnOneLineOrOnePerLine:
fals
e
ConstructorInitializerAllOnOneLineOrOnePerLine:
tru
e
ConstructorInitializerIndentWidth: 4
ConstructorInitializerIndentWidth: 4
ContinuationIndentWidth: 4
ContinuationIndentWidth: 4
Cpp11BracedListStyle: true
Cpp11BracedListStyle: true
...
@@ -62,18 +63,18 @@ IncludeCategories:
...
@@ -62,18 +63,18 @@ IncludeCategories:
SortPriority: 0
SortPriority: 0
IncludeIsMainRegex: '(Test)?$'
IncludeIsMainRegex: '(Test)?$'
IncludeIsMainSourceRegex: ''
IncludeIsMainSourceRegex: ''
IndentCaseLabels:
fals
e
IndentCaseLabels:
tru
e
IndentGotoLabels: true
IndentGotoLabels: true
IndentPPDirectives: None
IndentPPDirectives: None
IndentWidth: 4
IndentWidth: 4
IndentWrappedFunctionNames: false
IndentWrappedFunctionNames: false
JavaScriptQuotes: Leave
JavaScriptQuotes: Leave
JavaScriptWrapImports: true
JavaScriptWrapImports: true
KeepEmptyLinesAtTheStartOfBlocks:
tru
e
KeepEmptyLinesAtTheStartOfBlocks:
fals
e
MacroBlockBegin: ''
MacroBlockBegin: ''
MacroBlockEnd: ''
MacroBlockEnd: ''
MaxEmptyLinesToKeep: 1
MaxEmptyLinesToKeep: 1
NamespaceIndentation:
No
ne
NamespaceIndentation:
In
ne
r
ObjCBinPackProtocolList: Auto
ObjCBinPackProtocolList: Auto
ObjCBlockIndentWidth: 2
ObjCBlockIndentWidth: 2
ObjCSpaceAfterProperty: false
ObjCSpaceAfterProperty: false
...
@@ -94,16 +95,16 @@ SpaceAfterCStyleCast: true
...
@@ -94,16 +95,16 @@ SpaceAfterCStyleCast: true
SpaceAfterLogicalNot: false
SpaceAfterLogicalNot: false
SpaceAfterTemplateKeyword: true
SpaceAfterTemplateKeyword: true
SpaceBeforeAssignmentOperators: true
SpaceBeforeAssignmentOperators: true
SpaceBeforeCpp11BracedList:
fals
e
SpaceBeforeCpp11BracedList:
tru
e
SpaceBeforeCtorInitializerColon: true
SpaceBeforeCtorInitializerColon: true
SpaceBeforeInheritanceColon: true
SpaceBeforeInheritanceColon: true
SpaceBeforeParens: ControlStatements
SpaceBeforeParens: ControlStatements
SpaceBeforeRangeBasedForLoopColon: true
SpaceBeforeRangeBasedForLoopColon: true
SpaceInEmptyBlock: false
SpaceInEmptyBlock: false
SpaceInEmptyParentheses: false
SpaceInEmptyParentheses: false
SpacesBeforeTrailingComments:
1
SpacesBeforeTrailingComments:
2
SpacesInAngles: false
SpacesInAngles: false
SpacesInContainerLiterals:
tru
e
SpacesInContainerLiterals:
fals
e
SpacesInCStyleCastParentheses: false
SpacesInCStyleCastParentheses: false
SpacesInParentheses: false
SpacesInParentheses: false
SpacesInSquareBrackets: false
SpacesInSquareBrackets: false
...
...
This diff is collapsed.
Click to expand it.
indra/newview/pipeline.cpp
+
487
−
484
View file @
087c294e
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment