Move CRLF normalization from make style to git attributes

This commit is contained in:
Philippe Teuwen
2019-03-28 14:28:42 +01:00
parent 53d1a940fe
commit 9b9120b0f2
2 changed files with 7 additions and 1 deletions

6
.gitattributes vendored
View File

@@ -1,9 +1,15 @@
# .gitattributes
# prevent binary files from CRLF handling, diff and merge:
fpga/fpga.bit -crlf -diff
*.bin -crlf -diff
*.z -crlf -diff
# Force LF
*.c text=auto eol=lf
*.cpp text=auto eol=lf
*.h text=auto eol=lf
*.lua text=auto eol=lf
*.py text=auto eol=lf
*.pl text=auto eol=lf
Makefile text=auto eol=lf