radian-software / apheleia

🌷 Run code formatter on buffer contents without moving point, using RCS patches and dynamic programming.
MIT License
523 stars 74 forks source link

[#232] Format from elixir project dir #239

Closed raxod502 closed 8 months ago

raxod502 commented 8 months ago

Make it so that if there is a .formatter.exs file somewhere in the parent directories, then Apheleia will run mix format from there instead of the current directory.

Close #232

raxod502 commented 8 months ago

Seems like there are some CI issues which I'll have to fix

raxod502 commented 8 months ago

Nice, @edslocomb fixed CI for me in https://github.com/radian-software/apheleia/pull/242 :)