-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
Description
Eloquently put by JSLint - https://github.com/douglascrockford/JSLint:
The place to express yourself in programming is in the quality of your ideas and
the efficiency of their execution. .. Conforming to a consistent style improves
readability, and frees you to express yourself in ways that matter.
Rather than spending time discussing what formatting the code should be in, let's just hook up a javascript formatter and make it easy to use. All code that goes into the project can use it to keep the same look, saving time and making things consistent.
js-beatify can be run via python - https://github.com/beautify-web/js-beautify
Fantastic. Let's hook that up :)
Reactions are currently unavailable