MathSoc / mathsoc-website

A 2022-24 redevelopment of the University of Waterloo Math Society's website.
9 stars 3 forks source link

Run prettier on all commits #242

Closed some-molasses closed 3 months ago

some-molasses commented 3 months ago

To help ensure files have a consistent style (and thereby make PRs easier to read going forward), we can run prettier on each changed file in a commit.

This adds like ~1s to the runtime of git commit, which feels non-intrusive.