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 510b7e4 commit d9b65fcCopy full SHA for d9b65fc
Sources/_OpenAPIGeneratorCore/Config.swift
@@ -79,7 +79,7 @@ public struct Config: Sendable {
79
access: AccessModifier,
80
additionalImports: [String] = [],
81
filter: DocumentFilter? = nil,
82
- namingStrategy: NamingStrategy = .defensive,
+ namingStrategy: NamingStrategy = Config.defaultNamingStrategy,
83
nameOverrides: [String: String] = [:],
84
featureFlags: FeatureFlags = []
85
) {
0 commit comments