File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,3 +41,5 @@ c08cb797fd1a2cb45bc0b9e4522cabb15d1f36bd
4141b8fe34b73c9df9330c1608229b2f8cddc6e275b4
4242# 4885
4343263bbe65047e535fbad981852ad9c7327826f93d
44+ # 5446
45+ a6566f8a86eb3a74521ce7fc3658527224a02fd3
Original file line number Diff line number Diff line change 1+ # Ensure all line endings for text files are LF (UNIX, Python default) and not CRLF (Windows/DOS default)
2+ * text =auto eol =lf
3+
4+ # ignore all data files from testsuite/MDAnalysisTests/data/
5+ testsuite /MDAnalysisTests /data /* - text
6+ testsuite /MDAnalysisTests /data /** /* - text
Original file line number Diff line number Diff line change @@ -23,6 +23,8 @@ The rules for this file:
2323 * 2.11.0
2424
2525Fixes
26+ * Added `.gitattributes` to enforce LF (\n) as line endings and renormalized
27+ existing files to conform (Issue #5315, PR #5446)
2628 * Fix FileLock tests for XTC and TRR: lock file is no longer removed (#5382)
2729 * InterRDF now correctly returns bins in parallel (PR #5344)
2830 * `Merge()` no longer raises a TypeError on Universes that have a `cmaps`
You can’t perform that action at this time.
0 commit comments