Closed gschulze closed 1 year ago
Will take a look, thanks for the report!
Most likely this problem occurred due to a difference between hte version of Ktlint CLI and the Ktlint version embedded in the plugin. Problem can not be reproduced when using an unknown value for property "ktlint_code_style".
When adding
ktlint_code_style = official
orktlint_code_style = android
to.editorconfig
, the plugin crashes with the following exception:Running
ktlint
from the command line with the same.editorconfig
works just fine.