.gitattributes 448 B

12345678910
  1. # Avoids changelog conflicts by assuming additions-only, which is by far the common case.
  2. # In the rare case where branch b1 rebases against branch b2 and both branches
  3. # modified the same changelog entry, you'll end up with that changelog entry
  4. # duplicated, which is easily identifiable and fixable.
  5. /changelog.md merge=union
  6. # bug https://github.com/dom96/choosenim/issues/256 for WSL CRLF
  7. *.sh text eol=lf
  8. /config/build_config.txt text eol=lf