From 4b0e82e393001a971c8e5630cfe33ec477965d51 Mon Sep 17 00:00:00 2001 From: Jan Philipp Thiele Date: Tue, 12 Nov 2024 16:09:45 +0100 Subject: [PATCH] Fix indentation for runic --- apheleia-formatters.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apheleia-formatters.el b/apheleia-formatters.el index 01e195c..9def06b 100644 --- a/apheleia-formatters.el +++ b/apheleia-formatters.el @@ -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") "-"))