Просмотр исходного кода

Force LF line endings in bash scripts

Signed-off-by: l0ud <loudpl@gmail.com>
l0ud 7 лет назад
Родитель
Сommit
de9c1e1cf1
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      .gitattributes

+ 2 - 0
.gitattributes

@@ -11,6 +11,8 @@
 *.py text eol=lf
 *.rst 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.
 *.sln text eol=crlf