fix: add final newline character to text files

This makes text files compliant to POSIX which requires every line of a
text file to end with a newline character [1][2].

[1] https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_403
[2] https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_206
This commit is contained in:
Christoph Schug 2024-02-22 19:01:59 +01:00
parent ca1b5cf74e
commit 8a17193dd0
89 changed files with 89 additions and 81 deletions