Skip to content

Instantly share code, notes, and snippets.

@angrykoala
Last active January 13, 2017 15:59
Show Gist options
  • Save angrykoala/9133cdee7dc662bb81be to your computer and use it in GitHub Desktop.
Save angrykoala/9133cdee7dc662bb81be to your computer and use it in GitHub Desktop.
Simple beautifier for JS with personal options, using js-beautify
#!/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