prettier: update configs to more closely match Python formatting (Bug 2047147) #1251 (lando@main)

Warnings
  • Checking...
Blockers
  • Checking...
Branches prettier-tabwidth -> main
Repo lando@main (git) (git://github.com/cgsheeh/lando.git)
Author cgsheeh
State open
Commit Title prettier: update configs to more closely match Python formatting (Bug 2047147)
Commit Body We're currently using the default tab width of 2. As a Python team, this seems like the wrong choice. Switch to a tab width of 4 spaces to align with the black/`ruff format` convention of 4-space indentation. We also use the Prettier default line length of 80, when `ruff format` uses `88`. Add `printWidth: 88` to align with Python as well.

Landings

Not yet Landed
There has been no attempt to land revisions in this stack.