We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 429daf5 commit dc9af26Copy full SHA for dc9af26
1 file changed
apheleia-formatters.el
@@ -177,6 +177,7 @@
177
"--fix" "--fix-only"
178
"--stdin-filename" filepath
179
"-"))
180
+ (runic . ("runic" filepath)) apheleia-formatters)
181
(snakefmt . ("snakefmt"
182
(apheleia-formatters-fill-column "--line-length")
183
@@ -340,6 +341,7 @@ rather than using this system."
340
341
(js-ts-mode . prettier-javascript)
342
(json-mode . prettier-json)
343
(json-ts-mode . prettier-json)
344
+ (julia-mode . runic)
345
(kotlin-mode . ktlint)
346
(kotlin-ts-mode . ktlint)
347
(latex-mode . latexindent)
0 commit comments