Add shfmt fixer for sh files (#1083)

* Add shfmt fixer for sh files
* Add tests for shfmt fixer
This commit is contained in:
Simon Bugert
2017-11-05 22:24:41 +01:00
committed by w0rp
parent 7086586b17
commit 716b22d524
6 changed files with 62 additions and 4 deletions
+5
View File
@@ -132,6 +132,11 @@ let s:default_registry = {
\ 'suggested_filetypes': ['reason'],
\ 'description': 'Fix ReasonML files with refmt.',
\ },
\ 'shfmt': {
\ 'function': 'ale#fixers#shfmt#Fix',
\ 'suggested_filetypes': ['sh'],
\ 'description': 'Fix sh files with shfmt.',
\ },
\}
" Reset the function registry to the default entries.