1
0
Fork 0

Fix arguments for shfmt

This commit is contained in:
Tom Willemse 2020-04-07 21:30:52 -07:00
parent 6e177aa3d3
commit 23a23d3c1b

View file

@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org> ;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local ;; Keywords: local
;; Version: 2020.0114.220149 ;; Version: 2020.0407.211305
;; Package-Requires: (reformatter oni-flycheck oni-fci oni-smartparens) ;; Package-Requires: (reformatter oni-flycheck oni-fci oni-smartparens)
;; This program is free software; you can redistribute it and/or modify ;; This program is free software; you can redistribute it and/or modify
@ -39,7 +39,7 @@
(reformatter-define shfmt (reformatter-define shfmt
:program "shfmt" :program "shfmt"
:args "-s -i 4 -bn -ci -sr" :args '("-s" "-i" "4" "-bn" "-ci" "-sr")
:lighter "" :lighter ""
:group 'shfmt) :group 'shfmt)