Skip to content

Commit

Permalink
Updated EOL settings in .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Dragonrun1 committed Dec 31, 2014
1 parent 3cc95c9 commit 45518f3
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .gitattributes
Expand Up @@ -8,21 +8,23 @@

# Declare files that will always have CRLF line endings on checkout.
*.ini text eol=crlf
*.md text eol=crlf
*.txt text eol=crlf
*.yaml text eol=crlf
LICENSE text eol=crlf
README text eol=crlf

# Declare files that will always have LF line endings on checkout.
.git* text eol=lf
*.crt text eol=lf
*.json text eol=lf
*.md text eol=lf
*.pem text eol=lf
*.php text eol=lf
*.sql text eol=lf
*.xml text eol=lf
*.xsd text eol=lf
*.xsl text eol=lf
*.yaml text eol=lf
*.yml text eol=lf
LICENSE text eol=lf
README text eol=lf

# Denote all files that are truly binary and should not be modified.
*.gif binary
Expand Down

0 comments on commit 45518f3

Please sign in to comment.