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 8e83381 commit 66ad672Copy full SHA for 66ad672
model-api-gen/src/main/kotlin/org/modelix/metamodel/generator/NameConfig.kt
@@ -3,7 +3,7 @@ package org.modelix.metamodel.generator
3
import java.io.Serializable
4
5
class NameConfig : Serializable {
6
- val languageClass = ConfigurableName(prefix = "L_" ,baseNameConversion = { it.replace(".", "_") })
+ val languageClass = ConfigurableName(prefix = "L_", baseNameConversion = { it.replace(".", "_") })
7
val typedNode = ConfigurableName(prefix = "N_")
8
val typedNodeImpl = ConfigurableName(prefix = "_N_TypedImpl_")
9
val untypedConcept = ConfigurableName(prefix = "_C_UntypedImpl_")
0 commit comments