nextcloud / forms

📝 Simple form & survey app for Nextcloud
https://apps.nextcloud.com/apps/forms
GNU Affero General Public License v3.0
316 stars 97 forks source link

fix: ignore composer.lock in prettier #2261

Closed Koc closed 2 months ago

Koc commented 2 months ago

Actually composer.lock is autogenerated file by Composer. There is no any sense to re-format it. This is not a code that we control.

At the same time we can add composer-normalize plugin to unify compser.json if it needed