Skip to content

STYLE: prevent __version__.py being marked as modified on Windows

Dženan Zukić requested to merge github/fork/dzenanz/version-fix into master

Building Slicer regenerates __version__.py, and if the file was checked out with autocrlf it will be marked as modified. This creates an annoyance for many versioning-related operations, such as committing, re-basing, cherry-picking etc.

Merge request reports