Skip to content

Commit

Permalink
Fix indentation for runic
Browse files Browse the repository at this point in the history
  • Loading branch information
jpthiele committed Nov 12, 2024
1 parent ae52920 commit 4b0e82e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apheleia-formatters.el
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,8 @@
"--fix" "--fix-only"
"--stdin-filename" filepath
"-"))
(runic . ("julia" "--project=@runic" "-e" "using Runic; exit(Runic.main(ARGS))" "--"))
(runic . ("julia" "--project=@runic" "-e"
"using Runic; exit(Runic.main(ARGS))" "--"))
(snakefmt . ("snakefmt"
(apheleia-formatters-fill-column "--line-length")
"-"))
Expand Down

0 comments on commit 4b0e82e

Please sign in to comment.