unified-font-object / ufoNormalizer

A tool that will normalize the XML and other data inside of a UFO.
Other
51 stars 19 forks source link

Newline at end of file #39

Closed moyogo closed 8 years ago

moyogo commented 8 years ago

Many tools expect newline at the end of text files. For example wc will not count the last line if it doesn’t end with a newline. Git may complain with "\ No newline at end of file".

See https://stackoverflow.com/questions/729692/why-should-text-files-end-with-a-newline

anthrotype commented 8 years ago

PR? 😉

miguelsousa commented 8 years ago

Fixed by #40