Merge pull request #11669 from liamjbennett/gitattributes

Adding in root level .gitattributes file.
This commit is contained in:
Mitchell Hashimoto 2017-02-03 21:19:50 +01:00 committed by GitHub
commit 77e8bec1da
1 changed files with 4 additions and 0 deletions

4
.gitattributes vendored Normal file
View File

@ -0,0 +1,4 @@
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto
*.go eol=lf