Skip to content

Commit dc9af26

Browse files
authored
Add Runic.jl as formatter for julia
1 parent 429daf5 commit dc9af26

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

apheleia-formatters.el

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@
177177
"--fix" "--fix-only"
178178
"--stdin-filename" filepath
179179
"-"))
180+
(runic . ("runic" filepath)) apheleia-formatters)
180181
(snakefmt . ("snakefmt"
181182
(apheleia-formatters-fill-column "--line-length")
182183
"-"))
@@ -340,6 +341,7 @@ rather than using this system."
340341
(js-ts-mode . prettier-javascript)
341342
(json-mode . prettier-json)
342343
(json-ts-mode . prettier-json)
344+
(julia-mode . runic)
343345
(kotlin-mode . ktlint)
344346
(kotlin-ts-mode . ktlint)
345347
(latex-mode . latexindent)

0 commit comments

Comments
 (0)