kopia lustrzana https://github.com/Tldraw/Tldraw
a1e242ae3a
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 |
||
---|---|---|
.. | ||
api | ||
_app.tsx | ||
deliveries.tsx |