You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using ktfmt to keep consistent formatting in my kotlin project. I'd like to be able to create a hook that will automatically run the ktfmtFormat task and commit the formatted files. As of right now calling the ktfmtFormat properly formats the files but doing it in a pre-commit hook does not change anything. Basically I'm asking is it possible to have this configuration work:
What would you like to be able to do?
I am using ktfmt to keep consistent formatting in my kotlin project. I'd like to be able to create a hook that will automatically run the ktfmtFormat task and commit the formatted files. As of right now calling the ktfmtFormat properly formats the files but doing it in a pre-commit hook does not change anything. Basically I'm asking is it possible to have this configuration work:
If you have any ideas on how this should be implemented, please tell us here.
I'm not sure how
Is this a feature you are interested in implementing yourself?
Maybe
The text was updated successfully, but these errors were encountered: