ZMYaro / holo-web

A CSS library that imitates the Android Holo themes. If you are looking for a similar library for Material Design, try https://MaterialZ.dev.
https://holo.zmyaro.com
MIT License
114 stars 25 forks source link

Remove CRs from text files and add newlines at end of files (fixes #8) #9

Closed marcoms closed 10 years ago

marcoms commented 10 years ago

The CRs were probably added when edited from a Windows editor or an incorrectly configured *nix or OSX editor

See http://stackoverflow.com/questions/729692/why-should-files-end-with-a-newline for rationale on newlines. (git complains if no newlines are found, too: "No newline at end of file")