Skip to content

Commit

Permalink
Adds the .gitattribute newline enforcement.
Browse files Browse the repository at this point in the history
  • Loading branch information
PsiOmegaDelta committed Jan 17, 2017
1 parent dd4cf2f commit b29f144
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@

# force changelog merging to use union
html/changelog.html merge=union

# Declare files that will always have CRLF line endings on checkout.
*.dm text eol=crlf
*.dmm text eol=crlf

0 comments on commit b29f144

Please sign in to comment.