radian-software / apheleia

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

Add Runic.jl as formatter for julia #331

Open jpthiele opened 2 weeks ago

jpthiele commented 2 weeks ago

This will add (Runic.jl)[https://github.com/fredrikekre/Runic.jl] as a formatter for (Julia)[https://julialang.org/]. This needs to have the julia executable on PATH.

jpthiele commented 2 weeks ago

Formatting works and all files should be there, but I don't know why Emacs cannot call julia in the container. Since I have podman instead of docker I can't test everything locally because make fmt-docker does not work so I cannot figure why tests are failing outside of CI.