summaryrefslogtreecommitdiff
path: root/.gitattributes
AgeCommit message (Collapse)AuthorFilesLines
2022-01-19Add new rules to .gitattributesMarcin Ĺšlusarz1-0/+5
This will make sure that all source files have native line endings when checked out locally. Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11779>
2022-01-16ensure csv-files are crlf on diskErik Faye-Lund1-0/+1
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>
2019-10-02git: delete .gitattributesEric Engestrom1-4/+0
The last of these was deleted in 44a8e5135470fa51ae36 ("d3d1x: Remove.") over 6 years ago. Signed-off-by: Eric Engestrom <eric.engestrom@intel.com> Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
2008-02-28Disable autocrlf for Visual Studio project files.Jose Fonseca1-0/+4