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 authored Nov 12, 2024
1 parent 429daf5 commit dc9af26
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 . ("runic" filepath)) apheleia-formatters)
(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 dc9af26

Please sign in to comment.