nbadal / ktlint-intellij-plugin

Ktlint plugin for IntelliJ IDEA + Android Studio
MIT License
158 stars 23 forks source link

Ktlint is triggered on reformat even if it is "not yet configured" and even if it is "disabled" #380

Closed Vampire closed 9 months ago

Vampire commented 9 months ago

In 0.20.0-beta-4 within the "not yet configured" state of the plugin, if you save the file, ktlint is not invoked. But if you do a reformat, still ktlint formatter is run instead of the IntelliJ built-in one.

I now pressed "Disable" but the same happens, on save nothing happens, but on reformat ktlint still takes over the formatting.