renormalized files #201

Merged
gaisser merged 4 commits from KSat/fsfw:mueller/file_renormalization into master 2020-09-22 15:22:36 +02:00
Owner

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

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..
gaisser merged commit 66383f78c6 into master 2020-09-22 15:22:34 +02:00
gaisser deleted branch mueller/file_renormalization 2020-09-22 15:22:38 +02:00
Sign in to join this conversation.
No description provided.