mirror of
https://github.com/eyre-rs/eyre.git
synced 2025-09-26 20:40:49 +00:00
Add a gitattributes file to specify LF line endings (#126)
Since almost all files not on our gitignore are text files, it uses `* text` as a catch-all and specifies *.png as binary. Co-authored-by: Jane Losare-Lusby <jlusby@yaah.dev>
This commit is contained in:
parent
41699aa483
commit
b0c3e3ff9c
5
.gitattributes
vendored
Normal file
5
.gitattributes
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
text eol=lf
|
||||
|
||||
* text
|
||||
|
||||
*.png binary
|
Loading…
x
Reference in New Issue
Block a user