1 # Set default behavior to automatically normalize line endings.
6 *.docx diff=astextplain
7 *.DOCX diff=astextplain
10 *.pdf diff=astextplain
11 *.PDF diff=astextplain
12 *.rtf diff=astextplain
13 *.RTF diff=astextplain
19 # Force bash scripts to always use lf line endings so that if a repo is accessed
20 # in Unix via a file share from Windows, the scripts will work.
24 # Likewise, force cmd and batch scripts to always use crlf
28 *.cs text=auto diff=csharp
62 *.sln text=auto eol=crlf
64 # Set linguist language for .h files explicitly based on
65 # https://github.com/github/linguist/issues/1626#issuecomment-401442069
66 # this only affects the repo's language statistics
67 *.h linguist-language=C
70 src/coreclr/pal/tests/palsuite/paltestlist.txt text eol=lf
71 src/coreclr/pal/tests/palsuite/paltestlist_to_be_reviewed.txt text eol=lf
72 src/tests/JIT/Performance/CodeQuality/BenchmarksGame/regex-redux/regexdna-input25.txt text eol=lf
73 src/tests/JIT/Performance/CodeQuality/BenchmarksGame/regex-redux/regexdna-input25000.txt text eol=lf
74 src/tests/JIT/Performance/CodeQuality/BenchmarksGame/reverse-complement/revcomp-input25.txt text eol=lf
75 src/tests/JIT/Performance/CodeQuality/BenchmarksGame/reverse-complement/revcomp-input25000.txt text eol=lf
76 src/tests/JIT/Performance/CodeQuality/BenchmarksGame/k-nucleotide/knucleotide-input.txt text eol=lf
77 src/tests/JIT/Performance/CodeQuality/BenchmarksGame/k-nucleotide/knucleotide-input-big.txt text eol=lf