eeditiones / tei-publisher-components

Web components used by TEI Publisher and apps generated by it
https://cdn.tei-publisher.com/
GNU General Public License v3.0
18 stars 14 forks source link

Line endings #124

Closed JoernT closed 1 year ago

JoernT commented 1 year ago

feat(line-endings): configure git to always use LF on server and allow client-specific handling.

This just fell onto my feet trying to make a PR for pb-collapse which had CRLF line endings. To correct linter warning i used LF leaving me with a unusable diff with a lines being changed.

To fix the issue with people using different platforms git is configured to always use LF in repo but adopt for user workspaces - see https://www.aleksandrhovhannisyan.com/blog/crlf-vs-lf-normalizing-line-endings-in-git/

github-actions[bot] commented 1 year ago

:tada: This PR is included in version 2.2.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: