Ensure all source code end with one and only one newline
by this command: git ls-files -z | while IFS= read -rd '' f; do tail -c1 < "$f" | read -r _ || echo >> "$f"; done
This commit is contained in:
parent
4a13a0893f
commit
779197c63e
@ -0,0 +1 @@
|
|||||||
|
|
Loading…
Reference in New Issue
Block a user