jsfmt For formatting, searching, and rewriting javascript. Formatting to help keep your code neat. # Format `source.js` and print the results to stdout. jsfmt source.js # Format `source.js` and write the results to disk. jsfmt -w=true source.js # View a diff of all formatting changes in `source.js` without writing them. jsfmt -d=true source.js # List all files that need formatting in the `src/` di