mirror of https://github.com/CrimsonTome/tldr.git
Add .gitattributes file to normalize line endings
This will normalize all line endings of files recognized by Git as text to LF (Unix style).translation-badges
parent
567dc4ce06
commit
b92f1b9edd
|
@ -0,0 +1,5 @@
|
||||||
|
# This ensures that the line endings in any files added or modified are
|
||||||
|
# normalized before being committed. On Windows they will automatically
|
||||||
|
# be checked-out as CRLF, and re-converted to LF before check-in.
|
||||||
|
# See https://git-scm.com/docs/gitattributes for more information.
|
||||||
|
* text=auto
|
Loading…
Reference in New Issue