chore(git): enforce LF line endings via .gitattributes
This commit is contained in:
parent
41223f09d7
commit
9afb634557
1 changed files with 6 additions and 0 deletions
6
.gitattributes
vendored
Normal file
6
.gitattributes
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
# Line endings: always LF, never CRLF, on every platform and clone.
|
||||||
|
* text=auto eol=lf
|
||||||
|
|
||||||
|
# Binary files must never be line-ending normalized.
|
||||||
|
*.png binary
|
||||||
|
*.ttf binary
|
||||||
Loading…
Reference in a new issue