Browse Source

Force LF line endings in bash scripts

Signed-off-by: l0ud <loudpl@gmail.com>
l0ud 7 years ago
parent
commit
de9c1e1cf1
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .gitattributes

+ 2 - 0
.gitattributes

@@ -11,6 +11,8 @@
 *.py text eol=lf
 *.py text eol=lf
 *.rst text eol=lf
 *.rst text eol=lf
 *.txt text eol=lf
 *.txt text eol=lf
+*.sh text eol=lf
+initdev text eol=lf
 
 
 # Declare files that will always have CRLF line endings on checkout.
 # Declare files that will always have CRLF line endings on checkout.
 *.sln text eol=crlf
 *.sln text eol=crlf