Browse Source

Add gitattribute to enforce lf on sh and py files

ppa-0.6.1
nicolas.dorier 7 years ago
committed by Christian Decker
parent
commit
f45f18c37f
  1. 4
      .gitattributes

4
.gitattributes

@ -0,0 +1,4 @@
# Declare files that will always have CRLF line endings on checkout.
*.sh text eol=lf
*.py text eol=lf
Makefile text eol=lf
Loading…
Cancel
Save