mirror of
https://github.com/KhronosGroup/glslang
synced 2024-11-09 12:00:05 +00:00
clang-format correction and typo (clang format likely not complete)
This was added some time ago, but I suspect largely unused. Christoph pointed out of few contradictions to actual convention, so that's fixed. But, I suspect it is largely incomplete.
This commit is contained in:
parent
805b09f922
commit
0e5d1bb66a
@ -1,7 +1,8 @@
|
|||||||
Language: Cpp
|
Language: Cpp
|
||||||
IndentWidth: 4
|
IndentWidth: 4
|
||||||
|
PointerAlignment: Left
|
||||||
BreakBeforeBraces: Custom
|
BreakBeforeBraces: Custom
|
||||||
BraceWrapping: { AfterFunction: true, AfterControlStatement: true }
|
BraceWrapping: { AfterFunction: true, AfterControlStatement: false }
|
||||||
IndentCaseLabels: false
|
IndentCaseLabels: false
|
||||||
ReflowComments: false
|
ReflowComments: false
|
||||||
ColumnLimit: 120
|
ColumnLimit: 120
|
||||||
|
@ -410,7 +410,7 @@ TIntermTyped* TIntermediate::addBuiltInFunctionCall(const TSourceLoc& loc, TOper
|
|||||||
//
|
//
|
||||||
// This is the safe way to change the operator on an aggregate, as it
|
// This is the safe way to change the operator on an aggregate, as it
|
||||||
// does lots of error checking and fixing. Especially for establishing
|
// does lots of error checking and fixing. Especially for establishing
|
||||||
// a function call's operation on it's set of parameters. Sequences
|
// a function call's operation on its set of parameters. Sequences
|
||||||
// of instructions are also aggregates, but they just directly set
|
// of instructions are also aggregates, but they just directly set
|
||||||
// their operator to EOpSequence.
|
// their operator to EOpSequence.
|
||||||
//
|
//
|
||||||
|
Loading…
Reference in New Issue
Block a user