Adds .gitattributes to keep unix lines endings in .sh files

master
Harry Sarson 8 years ago
parent 7857a9b542
commit 2fd23c490b
  1. 3
      .gitattributes

3
.gitattributes vendored

@ -0,0 +1,3 @@
# Unix lines endings in bash script files
*.sh text eol=lf
themes/* text eol=lf
Loading…
Cancel
Save