Description
Now that Prettier has reached 1.0, they've fixed the one reason I could never use it — it has a --use-tabs
option!
Many years ago I adopted a coding style that was loosely based on the jQuery style guide, and while I do think the jQuery style tends to be more readable (liberal use of whitespace, etc) it has fallen out of fashion somewhat. In the interests of eliminating code style from the list of things contributors have to worry about, how do people feel about adopting Prettier? (Not totally sure how to rig it up so that it's fully automated, but I'm sure we can figure it out.)
I've also been tinkering with TypeScript a bit recently. Still haven't drunk the Kool-Aid but I'm less sceptical than I was. Does anyone have any strong opinions about whether we should be using it?