.gitattributes 212 B

123456
  1. # Enforce Unix newlines
  2. * text=auto eol=lf
  3. # Ignores for analysis is used to produce the language stats bar which displays the languages percentages
  4. plugins/* linguist-vendored=true
  5. docs/* linguist-vendored=true