Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tweaks #74

Merged
merged 15 commits into from
Oct 9, 2018
Prev Previous commit
Next Next commit
Add a .gitattributes file to enforce LF.
  • Loading branch information
XhmikosR committed Oct 9, 2018
commit 5177eb3e2aa15ae9679b3f9b0c583eea1c9a7346
7 changes: 7 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Enforce Unix newlines

*.js text eol=lf
*.json text eol=lf
*.md text eol=lf
*.txt text eol=lf
*.yml text eol=lf