.gitattributes 149 B

123456
  1. # Properly detect languages on GitHub
  2. *.rst linguist-detectable=true
  3. # Normalize EOL for all files that Git considers text files
  4. * text=auto eol=lf