Re-enable .cpp as LF in .gitattributes

This commit is contained in:
Scott Lahteine 2017-04-05 17:49:27 -05:00
parent df7b4252fd
commit bc09e862a9
1 changed files with 1 additions and 1 deletions

2
.gitattributes vendored
View File

@ -3,7 +3,7 @@
# Files with Unix line endings
*.c text eol=lf
# *.cpp text eol=lf
*.cpp text eol=lf
*.h text eol=lf
*.ino text eol=lf
*.py text eol=lf