Fix arguments for shfmt
This commit is contained in:
parent
6e177aa3d3
commit
23a23d3c1b
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue