.gitattributes 216 B

1234567
  1. # Auto detect text files and perform LF normalization
  2. * text=auto
  3. # Enforce LF on files that are copied as-is either fully or partially (html attribute values)
  4. *.html text eol=lf
  5. *.json text eol=lf
  6. *.md text eol=lf