Skip to content

Commit

Permalink
add .gitattributes file to enforce Unix newlines within the repo
Browse files Browse the repository at this point in the history
  • Loading branch information
cvrebert committed Dec 3, 2013
1 parent 5a826a6 commit f2dab82
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitattributes
@@ -0,0 +1,8 @@
# Enforce Unix newlines
*.css text eol=lf
*.html text eol=lf
*.js text eol=lf
*.json text eol=lf
*.less text eol=lf
*.md text eol=lf
*.yml text eol=lf

0 comments on commit f2dab82

Please sign in to comment.