Skip to content

Commit 1508e3f

Browse files
committed
Linebreaks are now controlled by .gitattributes
1 parent 54dadba commit 1508e3f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.gitattributes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Autodetect text files
2+
* text=auto
3+
4+
# Force the following filetypes to have unix eols, so Windows does not break them
5+
*.* text eol=lf

0 commit comments

Comments
 (0)