I should put a constructive comment here, but I am just WAY too frustrated

This commit is contained in:
Greg Landrum
2016-01-20 17:01:40 -05:00
parent 9d1e7b73dc
commit e35096b701

14
.gitattributes vendored
View File

@@ -1,22 +1,10 @@
# https://help.github.com/articles/dealing-with-line-endings/
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto
# * text=auto
# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
*.py text
*.cpp text
*.c text
*.cc text
*.hpp text
*.h text
*.H text
*.java text
*.cs text
*.i text
*.ll text
*.yy text
# Declare files that will always have CRLF line endings on checkout.
#*.sln text eol=crlf