Normalize all markdown line endings

Merged
#144 · Created  · Last updated

Description

PR #143 uncovered a nasty artifact of removing *.md binary from .gitattributes. Because git treated md files as binary, consistent line endings were not enforced by git and thus all md files do not have their line endings normalized. This commit fixes that, and marks text files in .gitattributes to have their line endings handled automatically. This refreshes each md file in the repo, and sets everything right.

0 attachments

0 comments

Loading commits...