We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c891fcd commit b0f0794Copy full SHA for b0f0794
sources/SilkTouch/SilkTouch/Mods/MixKhronosData.cs
@@ -1957,6 +1957,7 @@ public override SyntaxNode VisitEnumDeclaration(EnumDeclarationSyntax node)
1957
// See config option for more info and examples on what this does
1958
if (config.TrimEnumTypeNonExclusiveVendors && typeVendor != null)
1959
{
1960
+ // Trim if the type vendor suffix does not match the identified exclusive vendor suffix
1961
var shouldTrimType = typeVendor != exclusiveVendor;
1962
1963
// Check if there are other versions of the enum (this includes the core variant and other vendor variants)
0 commit comments