renormalized files #201
No reviewers
Labels
No Label
API Change
Breaking API Change
bug
build
cosmetics
Documentation
duplicate
feature
help wanted
hotfix
invalid
question
Refactor
Tests
wontfix
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: fsfw/fsfw#201
Loading…
Reference in New Issue
Block a user
No description provided.
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.autocrlf
on Linux . I hope this makes it possible to further compare code developed on any OS without issues..