# Line endings are the repository's, not the editing machine's: this checkout
# is reached from two hosts, and a file rewritten by a Windows tool comes back
# with every line changed unless something says otherwise. Naming the source
# extensions left Markdown, Python, shell and CMake to whatever the writing
# tool defaulted to, which is CRLF on one of the two.
* text=auto eol=lf

# Atmel Studio writes these and expects them back.
*.vcxproj*  eol=crlf
*.cppproj   eol=crlf
*.sln       eol=crlf
*.atsln     eol=crlf
