Skip to content

Commit 4394ada

Browse files
committed
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.
1 parent d184dce commit 4394ada

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitattributes

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

0 commit comments

Comments
 (0)