More importantly, Windows requires another configuration than Linux.
Some of the stuff I developed appears to have misconfigurations,
so I applied the renormalization command by running
git add . --renormalize
on the whole master branch after configuring core.autocrlf on Linux . I hope this makes it possible to further compare code developed on any OS without issues..
When developing from Windows and Linux machines, different line endings are used.
This can lead to issues with git, if the file uses different line endings.
Alse see here: https://docs.github.com/en/github/using-git/configuring-git-to-handle-line-endings
More importantly, Windows requires another configuration than Linux.
Some of the stuff I developed appears to have misconfigurations,
so I applied the renormalization command by running
```sh
git add . --renormalize
```
on the whole master branch after configuring `core.autocrlf` on Linux . I hope this makes it possible to further compare code developed on any OS without issues..
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
When developing from Windows and Linux machines, different line endings are used.
This can lead to issues with git, if the file uses different line endings.
Alse see here: https://docs.github.com/en/github/using-git/configuring-git-to-handle-line-endings
More importantly, Windows requires another configuration than Linux.
Some of the stuff I developed appears to have misconfigurations,
so I applied the renormalization command by running
on the whole master branch after configuring
core.autocrlfon Linux . I hope this makes it possible to further compare code developed on any OS without issues..