Closed paul-dingemans closed 9 months ago
You might want to fix the typo in ktlint_experimental to enable the experimental rules of ktlint:
ktlint_experimental
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
N/A
No response
Resolved in #20, thanks for the heads up!
Describe the bug
You might want to fix the typo in
ktlint_experimental
to enable the experimental rules of ktlint:Also, you can remove property below as it is invalid (the correct property is already on the line below it):
Reproduction steps
N/A
Expected behavior
N/A
Additional context
No response