Skip to content

Commit

Permalink
Adding .gitattributes to keep line endings consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
phosphoer committed Apr 2, 2014
1 parent a107a5d commit 0e4347d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .gitattributes
@@ -0,0 +1,11 @@
# Set default behaviour, in case users don't have core.autocrlf set.
* text=auto

# Source files should be normalized
*.js text
*.less text
*.html text

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

0 comments on commit 0e4347d

Please sign in to comment.