.gitattributes: specify eol as LF (#9892)

This commit is contained in:
Seth Falco
2023-02-26 22:31:31 +01:00
committed by GitHub
parent 34e23384e7
commit 16d7c72f7c
2 changed files with 2 additions and 34 deletions

7
.gitattributes vendored
View File

@@ -1,8 +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
# https://github.com/tldr-pages/tldr/issues/7097
* text=auto eol=lf
# GitHub linguist ignores markdown files by default, but tldr-pages
# is mostly markdown, so we explicitly make the pages detectable