renormalized files #201
Reference in New Issue
Block a user
Delete Branch "KSat/fsfw:mueller/file_renormalization"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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..