(๐) Config options for specifying what gets run 'on save'
KotlinIsland opened this issue ยท 3 comments
KotlinIsland commented
Currently, when enabled, the plugin will run format
and check --fix
on save, I want format
to run, but not check --fix
, or maybe I want check --fix
but definitely not 'remove unused imports' (the absolute worst thing imaginable!)
Desired
config options for:
format
on savecheck --fix
on save- organize imports on save
- remove unused import on save