IDEMSInternational / open-app-builder

PLH App Frontend
GNU General Public License v3.0
5 stars 24 forks source link

chore: revert packages/api/package.json to use LF line endings #2159

Closed jfmcquade closed 8 months ago

jfmcquade commented 8 months ago

PR Checklist

Description

In a repeat of the case outlined in #1973, a dependabot PR (in this case #2158) changed the line-endings of packages/api/package.json, causing issues with changes to that file that refused to be committed locally. This reverts the changing of the line endings in that file (favouring LF).

In the future, unless we are able to configure dependabot in some way, we should look out for deps PRs where packages/api/package.json has been changed in this way, and manually revert the changes before merging.