tldraw/apps
Steve Ruiz a1e242ae3a
[DX] Use tabs in JSON.stringify (#2674)
Occasionally the auto-built items, such as Sections.json, will be
flagged as having changes in a commit. This is because we generate that
file using spaces but our formatting uses tabs.

This PR changes all JSON.stringify({}, null, 2) to JSON.stringify({},
null, '\t'). Problem solved!

### Change Type

- [x] `patch` — Bug fix
2024-01-28 21:13:47 +00:00
..
docs [DX] Use tabs in JSON.stringify (#2674) 2024-01-28 21:13:47 +00:00
dotcom Restore vercel.jsons (#2650) 2024-01-25 23:24:22 +00:00
dotcom-asset-upload Bump Yarn to 4.0.2 and add version constraints (#2481) 2024-01-18 11:09:17 +00:00
dotcom-bookmark-extractor Bump Yarn to 4.0.2 and add version constraints (#2481) 2024-01-18 11:09:17 +00:00
dotcom-worker Bump Yarn to 4.0.2 and add version constraints (#2481) 2024-01-18 11:09:17 +00:00
examples [DX] Use tabs in JSON.stringify (#2674) 2024-01-28 21:13:47 +00:00
huppy [DX] Use tabs in JSON.stringify (#2674) 2024-01-28 21:13:47 +00:00
vscode [DX] Use tabs in JSON.stringify (#2674) 2024-01-28 21:13:47 +00:00