microsoft / gather

Spit shine for Jupyter notebooks 🧽✨
https://microsoft.github.io/gather
MIT License
532 stars 38 forks source link

Style: Use a formatting standard #6

Closed andrewhead closed 5 years ago

andrewhead commented 5 years ago

Currently the TypeScript doesn't have a style guide, much less a consistent style. Using one could make it easier for contributors to know what style to use when contributing code. Consider using standard.

andrewhead commented 5 years ago

I'm now leaning towards Prettier, as it's the standard used by the Jupyter Lab team (https://github.com/jupyterlab/jupyterlab/pull/4090).

andrewhead commented 5 years ago

All code formatted in commit 31ea02907e26bcd816767c12298db1fa114be223 🎉!