Skip to content
This repository has been archived by the owner on Sep 2, 2019. It is now read-only.

Commit

Permalink
Add standard .gitattributes
Browse files Browse the repository at this point in the history
Used to make sure that "non-windows" files don't get Windows line
endings added amongst other functionality.
  • Loading branch information
SeanTAllen committed Jul 13, 2019
1 parent 414f6ad commit ad4e04b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[attr]pony text eol=lf whitespace=tab-in-indent,trailing-space,tabwidth=2
[attr]win text eol=crlf whitespace=tab-in-indent,trailing-space,tabwidth=2

*.c pony
*.cc pony
*.h pony
*.pony pony
*.yml pony
*.sh pony
*.bash pony

*.bat win

.gitattributes export-ignore
.gitignore export-ignore

CHANGELOG.md merge=union

0 comments on commit ad4e04b

Please sign in to comment.