Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Commit

Permalink
Enforce Unix line endings.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Jan 4, 2018
1 parent 8aeb353 commit 258fa92
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Enforce Unix newlines
*.css text eol=lf
*.html text eol=lf
*.js text eol=lf
*.json text eol=lf
*.md text eol=lf
*.svg text eol=lf
*.txt text eol=lf
*.yml text eol=lf

0 comments on commit 258fa92

Please sign in to comment.