Map toMap()

in src/main/groovy/org/jetbrains/gradle/ext/CodeStyle.groovy [79:85]


    Map<String, ?> toMap() {
        def result = super.toMap()
        return result << ([
                "CLASS_COUNT_TO_USE_IMPORT_ON_DEMAND" : classCountToUseImportOnDemand,
                "ALIGN_NAMED_ARGS_IN_MAP"             : alignMultilineNamedArguments
        ] as Map<String, ?>)
    }