chore: try to use crlf -> lf conversion only on text files

pull/1/head
Nochnoe 2023-06-14 03:48:29 +07:00
parent dab48268ee
commit 17a35fc949
1 changed files with 1 additions and 1 deletions

2
.gitattributes vendored
View File

@ -1,5 +1,5 @@
# always use unix line endings in all the files
* text eof=lr
* text=auto eol=lf
# lol, git fucks up lineendings in images
*.png binary