mozilla / build-tooltool

A tool for fetching binary artifacts for builds and tests
5 stars 16 forks source link

Indent json when writing manifest files. #34

Closed rillian closed 7 years ago

rillian commented 7 years ago

Previously, tooltool manifests used no indenting (except when it was added manually). Instead use a 2-space indent.

A code-oriented editor will maintain the intent scheme, so it's no harder to update, but is much easier see the stanza boundaries by eye.

The digest lines are already over 80 characters, so this doesn't change the line-wrapping behaviour (145 vs 141 columns).