Skip to content

Commit

Permalink
Merge pull request #17 from Dev380/main
Browse files Browse the repository at this point in the history
Fix formatter options
  • Loading branch information
purcell authored Jul 11, 2024
2 parents 24115f1 + 7a0ea13 commit 20344dd
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,8 +255,8 @@ 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" "--to-stdout" input-file)
:stdin nil
:args (list "fmt" "--io")
:stdin t
:stdout t
:input-file (reformatter-temp-file)
:lighter " UiuaFmt")
Expand Down

0 comments on commit 20344dd

Please sign in to comment.