Kotlin / dokka

API documentation engine for Kotlin
https://kotl.in/dokka
Apache License 2.0
3.45k stars 410 forks source link

git renormalize `.bat` files after `.gitattribute` changes #3795

Closed adam-enko closed 2 months ago

adam-enko commented 2 months ago

Run git add --renormalize . to update all .bat files.

https://git-scm.com/docs/gitattributes

Follow up to https://github.com/Kotlin/dokka/pull/3782

adam-enko commented 2 months ago

GitHub PRs have an option to hide whitespace, which is useful in these sorts of reviews, because it shows that the .bat files have whitespace-only changes.

image