1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Add .gitattributes file

This patch adds a new .gitattributes file to distinguish the end of
lines of the iCalendar files located in the repository and for Git to
not normalize and convert end of lines. The iCalendar format requires to
have CRLF line endings. All other files in the repository can have
native EOL. On *nix alike systems LF and on Windows CRLF which Git can
convert properly on checkouts.
This commit is contained in:
Peter Kokot
2018-10-17 11:00:20 +02:00
parent d184dce4af
commit 4394adad69

2
.gitattributes vendored Normal file
View File

@@ -0,0 +1,2 @@
# iCalendar format needs to have CRLF end of lines style
/backend/events/* eol=crlf