mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
Add .gitattributes file to normalize line endings
This will normalize all line endings of files recognized by Git as text to LF (Unix style).
This commit is contained in:
parent
567dc4ce06
commit
b92f1b9edd
1 changed files with 5 additions and 0 deletions
5
.gitattributes
vendored
Normal file
5
.gitattributes
vendored
Normal file
|
@ -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…
Add table
Reference in a new issue