Skip to content

Commit

Permalink
Merge pull request #15 from crmsnbleyd/fix-reformatting
Browse files Browse the repository at this point in the history
Fix reformatter config
  • Loading branch information
purcell authored Nov 22, 2023
2 parents 5a0cd05 + 86d609b commit babb5b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions uiua-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -255,9 +255,9 @@ If GLYPHS is nil, only the latter behaviour is displayed."
;;;###autoload (autoload 'uiua-format-on-save-mode "uiua-mode" nil t)
(reformatter-define uiua-format
:program uiua-command
:args (list "fmt")
:args (list "fmt" "--to-stdout" input-file)
:stdin nil
:stdout nil
:stdout t
:input-file (reformatter-temp-file)
:lighter " UiuaFmt")

Expand Down

0 comments on commit babb5b7

Please sign in to comment.