1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-28 17:44:54 +02:00
tldr/.gitattributes
bl-ue b92f1b9edd Add .gitattributes file to normalize line endings
This will normalize all line endings of files recognized by Git as text
to LF (Unix style).
2021-01-12 14:36:36 +00:00

5 lines
289 B
Text

# 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