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>
|
||||
;; Keywords: local
|
||||
;; Version: 2020.0114.220149
|
||||
;; Version: 2020.0407.211305
|
||||
;; Package-Requires: (reformatter oni-flycheck oni-fci oni-smartparens)
|
||||
|
||||
;; This program is free software; you can redistribute it and/or modify
|
||||
|
@ -39,7 +39,7 @@
|
|||
|
||||
(reformatter-define shfmt
|
||||
:program "shfmt"
|
||||
:args "-s -i 4 -bn -ci -sr"
|
||||
:args '("-s" "-i" "4" "-bn" "-ci" "-sr")
|
||||
:lighter ""
|
||||
:group 'shfmt)
|
||||
|
||||
|
|
Loading…
Reference in a new issue