mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-14 10:32:11 +03:00
b92f1b9edd
This will normalize all line endings of files recognized by Git as text to LF (Unix style).
6 lines
289 B
Plaintext
6 lines
289 B
Plaintext
# 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
|