carbonblack / intellij-rpmspec

An IntelliJ plugin for RPM SPEC file support
Apache License 2.0
11 stars 4 forks source link

Fix typo #19

Closed paul-dingemans closed 9 months ago

paul-dingemans commented 9 months ago

Describe the bug

You might want to fix the typo in ktlint_experimental to enable the experimental rules of ktlint:

    kotlin {
        ktlint(ktlintVersion)
            .editorConfigOverride(mapOf("ktlint_experimentasl" to "enabled"))
    }

Also, you can remove property below as it is invalid (the correct property is already on the line below it):

ktlint_experimental_property-naming = disabled

Reproduction steps

N/A

Expected behavior

N/A

Additional context

No response

tlusk commented 9 months ago

Resolved in #20, thanks for the heads up!