Skip to content

fix(git): prevent git converting line endings to crlf

Ben Whitmore requested to merge git-prevent-crlf into main

Some Windows users have failed to get kotahi running because their git was globally configured to convert lf line endings to crlf, breaking the shell scripts. I've added a per-repo setting to override this.

Merge request reports