瀏覽代碼

Fix line endings in tfb script (#4030)

davidlee-techempower 7 年之前
父節點
當前提交
53db122643
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      .gitattributes

+ 3 - 0
.gitattributes

@@ -1,2 +1,5 @@
 # Docker relies on lf in bash scripts - force it
 # Docker relies on lf in bash scripts - force it
 *.sh text eol=lf
 *.sh text eol=lf
+
+# treat tfb as if shell script
+tfb text eol=lf