This website requires JavaScript.
Explore
Help
Register
Sign In
openharmony
/
third_party_mesa3d
Watch
1
Star
0
Fork
0
You've already forked third_party_mesa3d
mirror of
https://gitee.com/openharmony/third_party_mesa3d
synced
2024-11-23 07:19:50 +00:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
master
third_party_mesa3d
/
.gitattributes
7 lines
79 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
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>
2021-08-17 10:50:13 +00:00
*.csv eol=crlf
Add new rules to .gitattributes 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>
2021-07-08 09:09:35 +00:00
* text=auto
*.jpg binary
*.png binary
*.gif binary
*.ico binary
Reference in New Issue
Copy Permalink