.gitattributes 189 B

1234
  1. # The build script and some tests use `\n` as markers, so we need to make sure
  2. # that all javascript files are checked out using UNIX line endings (not `\r\n`)
  3. *.js eol=lf
  4. *.txt eol=lf