elixir-editors / elixir-tmbundle

A TextMate and Sublime Text Bundle for the Elixir programming language
https://elixir-lang.org/
Other
263 stars 61 forks source link

Make mix format command preferencable to be docker compatible. #175

Closed augnustin closed 5 years ago

augnustin commented 5 years ago

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

josevalim commented 5 years ago

I don't how to do that but if you know or if you figure it out, a PR would be appreciated!