Browse Source

Enforce Unix line endings.

Backported from f2dab82d30.
pull/321/head
XhmikosR 11 years ago
parent
commit
9ab945a054
  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