logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

js_beautify - command tool to beautify your javascript files

Name

       js_beautify - command tool to beautify your javascript files

Options

-?, --help-w, --overwrite
           if -w, it will overwrite the "FILE"

       -o, --output
           By default, we will print beautified javascript to STDOUT

           if --output=newfile.js, it will write into "newfile.js"

       -s, --indent_size-c, --indent_character
           By default, we use 4 spaces.

           but if you prefer 8 spaces, we can do -s=8-p, --preserve_newlines
           1 by default

Synopsis

           js_beautify [options] FILE
           js_beautify [options] -

See Also