elm-format-on-save icon indicating copy to clipboard operation
elm-format-on-save copied to clipboard

Sublime Text plugin to run elm-format on save

Results 3 elm-format-on-save issues
Sort by recently updated
recently updated
newest added

After installing Elm Format on Save, I immediately saw the `ELM-FORMAT NOT FOUND` error panel. Reading [Troubleshooting](https://github.com/evancz/elm-format-on-save/blob/master/troubleshooting.md), I examined my path in `.bash_profile` trying to figure out why. My path...

Installing any dependencies (even dev dependencies) globally is normally an anti pattern for node.js. So `elm-format` should be installed locally with `npm install --save-dev elm-format` and elm-format-on-save should check if...

Whenever I save the file, and thereby actuate elm-format-on-save, the window scrolls all the way to the right, hiding most of the code. Could be related to [https://github.com/jonlabelle/SublimeJsPrettier/pull/171](https://github.com/jonlabelle/SublimeJsPrettier/pull/171). The format...