Last active
January 13, 2017 15:59
-
-
Save angrykoala/9133cdee7dc662bb81be to your computer and use it in GitHub Desktop.
Simple beautifier for JS with personal options, using js-beautify
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
#Personal beautifiers for js | |
#needs js-beuatify (npm package) | |
js-beautify --indent-with-tabs --brace-style collapse -r $@ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment