sagemath / sagecell

The Sage Cell Server---providing a way to embed Sage computations into any web page.
Other
201 stars 70 forks source link

Run prettier on source files #548

Closed siefkenj closed 2 years ago

siefkenj commented 2 years ago

This PR is the result of running prettier --write js/. It formats the Javascript using Prettier and makes no other changes. Functionality should be unchanged.

Formatting code with prettier helps to reduce clutter in future diffs and ensures uniform code formatting.

The down side of reformatting all the source code is that it can be annoying if someone else has an active PR, but it doesn't look like that's the case.