Merge branch 'master' of github.com:Glavin001/atom-beautify
This commit is contained in:
commit
5e8d3b832c
|
@ -19,7 +19,7 @@ module.exports = class ElmFormat extends Beautifier
|
||||||
'--yes',
|
'--yes',
|
||||||
name
|
name
|
||||||
],
|
],
|
||||||
{ help: { link: 'https://github.com/avh4/elm-format' } }
|
{ help: { link: 'https://github.com/avh4/elm-format#installation-' } }
|
||||||
)
|
)
|
||||||
.then () =>
|
.then () =>
|
||||||
@readFile(name)
|
@readFile(name)
|
||||||
|
|
Loading…
Reference in New Issue