Browse Source

Merge pull request #321 from twbs/line-endings

Enforce Unix line endings.
pull/320/head
XhmikosR 11 years ago
parent
commit
b6ed29e475
  1. 8
      .gitattributes

8
.gitattributes vendored

@ -0,0 +1,8 @@
# Enforce Unix newlines
*.css text eol=lf
*.html text eol=lf
*.js text eol=lf
*.json text eol=lf
*.md text eol=lf
*.scss text eol=lf
*.yml text eol=lf
Loading…
Cancel
Save