mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-12-25 17:42:48 +08:00
9 lines
212 B
Text
9 lines
212 B
Text
# .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
|
|
*.h text=auto eol=lf
|
|
*.lua text=auto eol=lf
|