diff options
author | Takuji Tanaka <ttk@t-lab.opal.ne.jp> | 2023-09-10 02:08:22 +0000 |
---|---|---|
committer | Takuji Tanaka <ttk@t-lab.opal.ne.jp> | 2023-09-10 02:08:22 +0000 |
commit | 00747bb564ad51503f5fe1885e0d270ad4c68833 (patch) | |
tree | d8fe02807ad4c415400f61a3f0fa4ad41477cb74 | |
parent | dea59360c18830c253ceb0bc238e03e1a6081a11 (diff) |
.gitattribute: Convert newline from CRLF to LF
git-svn-id: svn://tug.org/texlive/trunk@68229 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Build/source/texk/.gitattributes | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Build/source/texk/.gitattributes b/Build/source/texk/.gitattributes index f41e66cb89b..35823af006e 100644 --- a/Build/source/texk/.gitattributes +++ b/Build/source/texk/.gitattributes @@ -61,7 +61,3 @@ *.bad text eol=lf *.gasp text eol=lf *.maxp text eol=lf - -# for windows_wrapper -/texlive/windows_wrapper/**/*.c text eol=crlf -/texlive/windows_wrapper/**/*.txt text eol=crlf |