Skip to content

Commit

Permalink
Add Runic.jl as formatter for julia
Browse files Browse the repository at this point in the history
  • Loading branch information
jpthiele committed Nov 12, 2024
1 parent 429daf5 commit 4841596
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apheleia-formatters.el
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@
"--fix" "--fix-only"
"--stdin-filename" filepath
"-"))
(runic . ("julia" "--project=@runic" "-e" "using Runic; exit(Runic.main(ARGS))" "--"))
(snakefmt . ("snakefmt"
(apheleia-formatters-fill-column "--line-length")
"-"))
Expand Down Expand Up @@ -340,6 +341,7 @@ rather than using this system."
(js-ts-mode . prettier-javascript)
(json-mode . prettier-json)
(json-ts-mode . prettier-json)
(julia-mode . runic)
(kotlin-mode . ktlint)
(kotlin-ts-mode . ktlint)
(latex-mode . latexindent)
Expand Down

0 comments on commit 4841596

Please sign in to comment.