ensure csv-files are crlf on disk
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Tue, 17 Aug 2021 10:50:13 +0000 (12:50 +0200)
committerMarge Bot <emma+marge@anholt.net>
Sun, 16 Jan 2022 08:39:44 +0000 (08:39 +0000)
commit493f68833128959539a6e202a6cfb18ab76bcf12
tree5a11a36e52671e3cc6ea6dda5bcd896f73a2ecf7
parentb8d37eb1bb99b795d370634a8eadcf83cf5a9d7d
ensure csv-files are crlf on disk

According to RFC 4189 CSV files should be encoded using CRLF newlines,
not LF. This helps compatibility with tools, like python's csv module,
who always uses CRLF.

While we're at it, normalize the one CSV that was CRLF in-repo to LF,
and let git do the newline-normalization when needed instead.

Reviewed-by: Eric Engestrom <eric@engestrom.ch>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12405>
.gitattributes [new file with mode: 0644]
.gitlab-ci/test-source-dep.yml
docs/release-calendar.csv