Since my app is hosted in a docker, in order to execute the formatting, I need to run: docker-compose run app mix format.
I'd like to bind it to the Sublime package to execute it on save. Is there a way to make the mix format parameterable, so I can edit it to my own version?
Since my app is hosted in a docker, in order to execute the formatting, I need to run:
docker-compose run app mix format
.I'd like to bind it to the Sublime package to execute it on save. Is there a way to make the
mix format
parameterable, so I can edit it to my own version?Cheers