designatuci / DUCI-website

The source code for the Design at UCI website (React)
4 stars 0 forks source link

chore: update prettier config, run format #130

Open KevinWu098 opened 2 months ago

KevinWu098 commented 2 months ago

Summary

  1. First attempt at updating the prettier config erroneously set useTabs to false in the prettier config, resulting in virtually every line getting formatted
  2. That commit (and a subsequent correction commit) have been rebase dropped and force-pushed out of the git tree, so as to preserve the previous git blame and contributions of other developers
  3. This PR aims to update the prettier config, this time with useTabs set to true